[Commits] prefs_template.c 1.12.2.77 1.12.2.78

pawel at claws-mail.org pawel at claws-mail.org
Sun Oct 30 20:57:19 CET 2011


Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv5854/src

Modified Files:
      Tag: gtk2
	prefs_template.c 
Log Message:
2011-10-30 [pawel]	3.7.10cvs60

	* src/prefs_template.c
		- Dialog needs more height to fit all widgets
		- Clear template contents on delete

Index: prefs_template.c
===================================================================
RCS file: /home/claws-mail/claws/src/prefs_template.c,v
retrieving revision 1.12.2.77
retrieving revision 1.12.2.78
diff -u -d -r1.12.2.77 -r1.12.2.78
--- prefs_template.c	22 Oct 2011 17:09:03 -0000	1.12.2.77
+++ prefs_template.c	30 Oct 2011 19:57:16 -0000	1.12.2.78
@@ -423,7 +423,7 @@
 
 	if (!geometry.min_height) {
 		geometry.min_width = 500;
-		geometry.min_height = 540;
+		geometry.min_height = 560;
 	}
 
 	gtk_window_set_geometry_hints(GTK_WINDOW(window), NULL, &geometry,
@@ -894,6 +894,7 @@
 		return;
 
 	gtk_list_store_remove(GTK_LIST_STORE(model), &iter);
+	prefs_template_reset_dialog();
 	modified_list = TRUE;	
 }
 



More information about the Commits mailing list