diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-15 15:00:00 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-15 15:00:00 +0000 |
commit | 1aac60c9ab82280cf73770444d23843adec39b04 (patch) | |
tree | 25c83cd1cf5480e0e19e03df5648670489a8c154 /mixgtk | |
parent | f20a7ad87a2837480e167b28a7b034d433c020dc (diff) | |
download | mdk-1aac60c9ab82280cf73770444d23843adec39b04.tar.gz mdk-1aac60c9ab82280cf73770444d23843adec39b04.tar.bz2 |
bug corrected
Diffstat (limited to 'mixgtk')
-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 |