CVS: sylpheedclaws/sylpheed-claws/src/gtk gtksctree.c,1.1.4.20,1.1.4.21
| 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-serv24815/src/gtk
Modified Files:
Tag: gtk2
gtksctree.c
Log Message:
2006-05-29 [colin] 2.2.0cvs64
* src/compose.c
* src/common/utils.c
Fix extraneous tab at start of addresses
* src/mainwindow.c
Fix warnings (thanks to Fabien)
Fix crash at exit when composing messages
exist
* src/pop.c
Fix progress bar when deleting expired mails
Thanks to Hiro
* src/summaryview.c
* src/gtk/gtksctree.c
Fix re-sorting slowness
Index: gtksctree.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/gtk/gtksctree.c,v
retrieving revision 1.1.4.20
retrieving revision 1.1.4.21
diff -u -d -r1.1.4.20 -r1.1.4.21
--- gtksctree.c 2006/05/29 07:42:40 1.1.4.20
+++ gtksctree.c 2006/05/29 16:42:33 1.1.4.21
@@ -934,8 +934,6 @@
if (parent) {
if (GTK_CTREE_ROW (parent)->children == node) {
GTK_CTREE_ROW (parent)->children = GTK_CTREE_ROW (node)->sibling;
- if (!GTK_CTREE_ROW (parent)->children)
- gtk_ctree_collapse (ctree, parent);
}
else {
GtkCTreeNode *sibling;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]