[Commits] notification_foldercheck.c 1.1.2.14 1.1.2.15

colin at claws-mail.org colin at claws-mail.org
Mon Oct 24 00:24:53 CEST 2011


Update of /home/claws-mail/plugins/notification/src
In directory claws-mail:/tmp/cvs-serv3135/src

Modified Files:
      Tag: gtk2
	notification_foldercheck.c 
Log Message:
2011-10-23 [colin]	0.28cvs3

	* src/notification_foldercheck.c
		enable_dotted_lines is no more.

Index: notification_foldercheck.c
===================================================================
RCS file: /home/claws-mail/plugins/notification/src/Attic/notification_foldercheck.c,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -d -r1.1.2.14 -r1.1.2.15
--- notification_foldercheck.c	9 Feb 2010 22:34:12 -0000	1.1.2.14
+++ notification_foldercheck.c	23 Oct 2011 22:24:51 -0000	1.1.2.15
@@ -523,8 +523,7 @@
 				  FOLDERCHECK_FOLDERNAME);
   gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(entry->treeview),
 				  prefs_common_get_prefs()->use_stripes_everywhere);
-  gtk_tree_view_set_enable_tree_lines(GTK_TREE_VIEW(entry->treeview),
-				  prefs_common_get_prefs()->enable_dotted_lines);
+  gtk_tree_view_set_enable_tree_lines(GTK_TREE_VIEW(entry->treeview), FALSE);
 
   selection = gtk_tree_view_get_selection(GTK_TREE_VIEW(entry->treeview));
   gtk_tree_selection_set_mode(selection, GTK_SELECTION_BROWSE);



More information about the Commits mailing list