I think this might fix #1127

Fri, 27 Jul 2007 23:55:03 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Fri, 27 Jul 2007 23:55:03 +0000
changeset 18967
bde1526d2d0d
parent 18966
6a0715b72b6b
child 18968
2ddbe6473bc9

I think this might fix #1127

pidgin/gtkcellrendererexpander.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkcellrendererexpander.c	Fri Jul 27 22:13:17 2007 +0000
+++ b/pidgin/gtkcellrendererexpander.c	Fri Jul 27 23:55:03 2007 +0000
@@ -285,5 +285,5 @@
 	else
 		gtk_tree_view_expand_row(GTK_TREE_VIEW(widget),path,FALSE);
 	gtk_tree_path_free(path);
-	return FALSE;
+	return TRUE;
 }

mercurial