From 8ccc292dd08a270e52db4d40ed31300c3c8084d4 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 28 Nov 2002 22:23:35 +0000 Subject: remove the button_press_event handler (that did nothing). this makes it so 2002-11-28 Chris Toshok * gui/widgets/e-addressbook-view.c (create_minicard_view): remove the button_press_event handler (that did nothing). this makes it so button presses actually get to the canvas (and therefore we can now drag the lines in the reflow widget). svn path=/trunk/; revision=18954 --- addressbook/gui/widgets/e-addressbook-view.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/e-addressbook-view.c b/addressbook/gui/widgets/e-addressbook-view.c index d85df8a35d..bedb5a685d 100644 --- a/addressbook/gui/widgets/e-addressbook-view.c +++ b/addressbook/gui/widgets/e-addressbook-view.c @@ -1087,12 +1087,6 @@ minicard_selection_change (EMinicardViewWidget *widget, EAddressbookView *view) command_state_change (view); } -static void -minicard_button_press (GtkWidget *widget, GdkEventButton *event, EAddressbookView *view) -{ - d(g_print ("Button %d pressed with event type %d\n", event->button, event->type)); -} - static void minicard_right_click (EMinicardView *minicard_view_item, GdkEvent *event, EAddressbookView *view) { @@ -1122,9 +1116,6 @@ create_minicard_view (EAddressbookView *view) g_signal_connect(minicard_view, "selection_change", G_CALLBACK(minicard_selection_change), view); - g_signal_connect(minicard_view, "button_press_event", - G_CALLBACK(minicard_button_press), view); - g_signal_connect(minicard_view, "right_click", G_CALLBACK(minicard_right_click), view); -- cgit v1.2.3