im.pidgin.pidgin: 9c70f5c3c963c8fa9a5e760b9df81a19c485ccae
nosnilmot at pidgin.im
nosnilmot at pidgin.im
Wed Dec 5 16:10:47 EST 2007
-----------------------------------------------------------------
Revision: 9c70f5c3c963c8fa9a5e760b9df81a19c485ccae
Ancestor: b52ee4ed509de4ed4f568b335e1e4499f0829f64
Author: nosnilmot at pidgin.im
Date: 2007-12-05T21:08:52
Branch: im.pidgin.pidgin
Modified files:
pidgin/gtkroomlist.c
ChangeLog:
Disable roomlist tooltips until I (or anyone else!) fix them to be less
stupid
-------------- 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