diff options
| -rw-r--r-- | mixgtk/mixgtk_gen_handlers.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mixgtk/mixgtk_gen_handlers.c b/mixgtk/mixgtk_gen_handlers.c index 904bcb3..f52969d 100644 --- a/mixgtk/mixgtk_gen_handlers.c +++ b/mixgtk/mixgtk_gen_handlers.c @@ -34,8 +34,8 @@ static void  on_file_ok_ (GtkWidget *w, gpointer fs)  {    const gchar *file = gtk_file_selection_get_filename (GTK_FILE_SELECTION (fs)); -  gtk_widget_destroy (GTK_WIDGET (fs));    if (callback_) callback_ (file); +  gtk_widget_destroy (GTK_WIDGET (fs));  }  static void | 
