im.pidgin.pidgin: 0a0c2ce875199ad19bcf6ec5f205ab5f353cd061

sadrul at pidgin.im sadrul at pidgin.im
Sat Dec 1 21:40:37 EST 2007


-----------------------------------------------------------------
Revision: 0a0c2ce875199ad19bcf6ec5f205ab5f353cd061
Ancestor: 654b8e10e1c4bc9cb97ac7fe2d159149a695a928
Author: sadrul at pidgin.im
Date: 2007-12-02T02:29:39
Branch: im.pidgin.pidgin

Modified files:
        finch/libgnt/gntwm.c

ChangeLog: 

Remove the file dialog first before dumping the screenshot.

-------------- next part --------------
============================================================
--- finch/libgnt/gntwm.c	0329eb30003338d6d0833b1369c5678ab1a68289
+++ finch/libgnt/gntwm.c	a3a9f6b753180345e3762df5e9780e00a59e891d
@@ -692,6 +692,7 @@ dump_file_save(GntFileSel *fs, const cha
 		{'\0', NULL}
 	};
 
+	gnt_widget_destroy(GNT_WIDGET(fs));
 
 	if ((file = g_fopen(path, "w+")) == NULL) {
 		return;
@@ -803,7 +804,6 @@ dump_file_save(GntFileSel *fs, const cha
 	}
 	fprintf(file, "</pre>\n</body>");
 	fclose(file);
-	gnt_widget_destroy(GNT_WIDGET(fs));
 }
 
 static void


More information about the Commits mailing list