pidgin: 35027676: Remove old code.

qulogic at pidgin.im qulogic at pidgin.im
Sat Mar 20 02:51:18 EDT 2010


-----------------------------------------------------------------
Revision: 35027676a84da77eeee2c02083418d7c41b62e60
Ancestor: dfc2a97552bcd3b5317a110f55464a2241eab965
Author: qulogic at pidgin.im
Date: 2010-03-20T06:34:52
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/35027676a84da77eeee2c02083418d7c41b62e60

Modified files:
        pidgin/gtkblist.c

ChangeLog: 

Remove old code.

-------------- next part --------------
============================================================
--- pidgin/gtkblist.c	571bf27d7bd44981e8fc02fb3c1347606193cb65
+++ pidgin/gtkblist.c	799acee832117e652b5b8d263194b41e5d2feae4
@@ -5921,13 +5921,6 @@ static void pidgin_blist_show(PurpleBudd
 	g_signal_connect(G_OBJECT(ebox), "enter-notify-event", G_CALLBACK(headline_box_enter_cb), gtkblist);
 	g_signal_connect(G_OBJECT(ebox), "leave-notify-event", G_CALLBACK(headline_box_leave_cb), gtkblist);
 	g_signal_connect(G_OBJECT(ebox), "button-press-event", G_CALLBACK(headline_box_press_cb), gtkblist);
-#if 0
-	/* I couldn't get this to work. The idea was to draw the focus-border only
-	 * when hovering over the close image. So for now, the focus-border is
-	 * always there. -- sad */
-	gtk_widget_set_events(ebox, gtk_widget_get_events(ebox) | GDK_POINTER_MOTION_HINT_MASK);
-	g_signal_connect(G_OBJECT(ebox), "motion-notify-event", G_CALLBACK(headline_box_motion_cb), gtkblist);
-#endif
 
 	/****************************** GtkTreeView **********************************/
 	sw = gtk_scrolled_window_new(NULL,NULL);


More information about the Commits mailing list