Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 3af5bc849849c1defea9303ae895ef0b > files > 3

aumix-2.8-18mdv2009.0.src.rpm

--- ./src/gtk.c.tv	2003-09-04 19:18:07.000000000 +0200
+++ ./src/gtk.c	2003-09-04 19:18:41.000000000 +0200
@@ -425,6 +425,7 @@
 /* Get the selected filename and copy it into the global save_filename. */
 {
 	save_filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)));
+	gtk_widget_destroy(fs);
 	ErrorExitWarn(LoadSettings(), 'w');
 }
 
@@ -432,6 +433,7 @@
 /* Get the selected filename and copy it into the global save_filename. */
 {
 	save_filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)));
+	gtk_widget_destroy(fs);
 	ErrorExitWarn(SaveSettings(), 'e');
 }