im.pidgin.pidgin.2.3.1: a9f9730c22ec733f586f97341876276b696edad6

nosnilmot at pidgin.im nosnilmot at pidgin.im
Wed Dec 5 20:36:26 EST 2007


-----------------------------------------------------------------
Revision: a9f9730c22ec733f586f97341876276b696edad6
Ancestor: a9820519387c43f2797290225b62485e7503eb5f
Author: nosnilmot at pidgin.im
Date: 2007-12-06T01:22:45
Branch: im.pidgin.pidgin.2.3.1

Modified files:
        pidgin/gtkroomlist.c

ChangeLog: 

applied changes from b52ee4ed509de4ed4f568b335e1e4499f0829f64
             through 9c70f5c3c963c8fa9a5e760b9df81a19c485ccae
Disable roomlist tooltips

-------------- next part --------------
============================================================
--- pidgin/gtkroomlist.c	80b11597b1e7cff482cfecae0c03d816db532fa1
+++ pidgin/gtkroomlist.c	b7ad01a0b16840852c4d1391a75df6fedb57848b
@@ -963,8 +963,10 @@ static void pidgin_roomlist_set_fields(P
 	g_signal_connect(G_OBJECT(tree), "button-press-event", G_CALLBACK(room_click_cb), list);
 	g_signal_connect(G_OBJECT(tree), "row-expanded", G_CALLBACK(row_expanded_cb), list);
 	g_signal_connect(G_OBJECT(tree), "row-activated", G_CALLBACK(row_activated_cb), list);
+#if 0 /* uncomment this when the tooltips are slightly less annoying and more well behaved */
 	g_signal_connect(G_OBJECT(tree), "motion-notify-event", G_CALLBACK(row_motion_cb), list);
 	g_signal_connect(G_OBJECT(tree), "leave-notify-event", G_CALLBACK(row_leave_cb), list);
+#endif
 
 	/* Enable CTRL+F searching */
 	gtk_tree_view_set_search_column(GTK_TREE_VIEW(tree), NAME_COLUMN);


More information about the Commits mailing list