summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_gen_handlers.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-15 15:00:00 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-15 15:00:00 +0000
commit1aac60c9ab82280cf73770444d23843adec39b04 (patch)
tree25c83cd1cf5480e0e19e03df5648670489a8c154 /mixgtk/mixgtk_gen_handlers.c
parentf20a7ad87a2837480e167b28a7b034d433c020dc (diff)
downloadmdk-1aac60c9ab82280cf73770444d23843adec39b04.tar.gz
mdk-1aac60c9ab82280cf73770444d23843adec39b04.tar.bz2
bug corrected
Diffstat (limited to 'mixgtk/mixgtk_gen_handlers.c')
-rw-r--r--mixgtk/mixgtk_gen_handlers.c2
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