CVS: sylpheedclaws/sylpheed-claws/src/gtk gtksctree.c,1.1.4.19,1.1.4.20

[email protected]
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk
In directory sunsite.dk:/tmp/cvs-serv4851/src/gtk

Modified Files:
      Tag: gtk2
	gtksctree.c 
Log Message:
2006-05-29 [mones]	2.2.0cvs62

	* src/gtk/gtksctree.c
		Unselect faster (patch by Colin)	 

Index: gtksctree.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/gtksctree.c,v
retrieving revision 1.1.4.19
retrieving revision 1.1.4.20
diff -u -d -r1.1.4.19 -r1.1.4.20
--- gtksctree.c	2006/05/26 08:32:09	1.1.4.19
+++ gtksctree.c	2006/05/29 07:42:40	1.1.4.20
@@ -633,7 +633,9 @@
 void gtk_sctree_unselect_all (GtkSCTree *sctree)
 {
 	sctree->selecting_range = TRUE;
+	gtk_clist_freeze(GTK_CLIST(sctree));
 	gtk_clist_unselect_all(GTK_CLIST(sctree));
+	gtk_clist_thaw(GTK_CLIST(sctree));
 	sctree->selecting_range = FALSE;
 	sctree->anchor_row = NULL;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.