[anjal] BUGFIX: GNOME Bugzilla #590223 - Right click menu is empty.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjal] BUGFIX: GNOME Bugzilla #590223 - Right click menu is empty.
- Date: Thu, 13 Aug 2009 18:33:01 +0000 (UTC)
commit 2d4e6a0e2afeb53a82f6bc2b4cb2ffcddefff678
Author: Srinivasa Ragavan <sragavan novell com>
Date: Fri Aug 14 00:01:17 2009 +0530
BUGFIX: GNOME Bugzilla #590223 - Right click menu is empty.
src/mail-folder-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/mail-folder-view.c b/src/mail-folder-view.c
index 7bc5bcd..db5c628 100644
--- a/src/mail-folder-view.c
+++ b/src/mail-folder-view.c
@@ -1157,6 +1157,8 @@ mfv_popup (MailFolderView *mfv, GdkEvent *event)
GtkTreeSelection *sel = gtk_tree_view_get_selection (mfv->tree);
gtk_tree_selection_select_path (sel, path);
gtk_tree_path_free (path);
+ } else {
+ return;
}
/** @HookPoint-EMPopup: Message List Context Menu
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]