From ddb447ebffca1df375ef875b20c51912e31ab988 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 28 Oct 2009 02:15:41 +0000 Subject: src/addressbook.c: don't change selection when the list is right-clicked. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2302 ee746299-78ed-0310-b773-934348b2243d --- src/addressbook.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/addressbook.c') diff --git a/src/addressbook.c b/src/addressbook.c index 67e1ce56..b5fdb86c 100644 --- a/src/addressbook.c +++ b/src/addressbook.c @@ -1523,6 +1523,7 @@ static gboolean addressbook_list_button_pressed(GtkWidget *widget, if (event->button == 3) { gtk_menu_popup(GTK_MENU(addrbook.list_popup), NULL, NULL, NULL, NULL, event->button, event->time); + return TRUE; } else if (event->type == GDK_2BUTTON_PRESS) { debug_print("addressbook_list_button_pressed: GDK_2BUTTON_PRESS\n"); /* Handle double click */ -- cgit v1.2.3