/[packages]/cauldron/aumix/current/SOURCES/aumix-2.8-close-dialogs.patch
ViewVC logotype

Contents of /cauldron/aumix/current/SOURCES/aumix-2.8-close-dialogs.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 305 - (show annotations) (download)
Fri Jan 7 21:39:43 2011 UTC (13 years, 3 months ago) by pterjan
File size: 613 byte(s)
imported package aumix
1 --- ./src/gtk.c.tv 2003-09-04 19:18:07.000000000 +0200
2 +++ ./src/gtk.c 2003-09-04 19:18:41.000000000 +0200
3 @@ -425,6 +425,7 @@
4 /* Get the selected filename and copy it into the global save_filename. */
5 {
6 save_filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)));
7 + gtk_widget_destroy(fs);
8 ErrorExitWarn(LoadSettings(), 'w');
9 }
10
11 @@ -432,6 +433,7 @@
12 /* Get the selected filename and copy it into the global save_filename. */
13 {
14 save_filename = g_strdup(gtk_file_selection_get_filename(GTK_FILE_SELECTION(fs)));
15 + gtk_widget_destroy(fs);
16 ErrorExitWarn(SaveSettings(), 'e');
17 }
18

  ViewVC Help
Powered by ViewVC 1.1.30