diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-17 21:43:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-17 21:43:54 +0800 |
commit | ff02cf593c542e1801d689ab6db2a40a927b8683 (patch) | |
tree | 8eb2ca01080164fe76907860b4ec4ea1f506cc1c /shell/e-shell-view.c | |
parent | 3f50ef47d5f2e55e19a9da1f5bc7349a7f7c8aaa (diff) | |
download | gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.gz gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.tar.zst gsoc2013-evolution-ff02cf593c542e1801d689ab6db2a40a927b8683.zip |
Change the code to pop-up the folder context menu to use the stuff
already defined in the UI xml file for the shell views.
svn path=/trunk/; revision=9867
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index f6e2a28dc1..8806b56ff4 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -728,7 +728,6 @@ delete_event (GtkWidget *widget, EShell *shell; shell = e_shell_view_get_shell (E_SHELL_VIEW (widget)); -/* e_shell_quit (shell); */ /* FIXME: Is this right, or should it be FALSE? */ return FALSE; |