[epiphany/overview] ephy-window: disable "close tab" while in the overview



commit ea7af8b2f3c0998b7d0cf4ac2f30c636ab1f9299
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Wed Aug 8 18:42:32 2012 +0300

    ephy-window: disable "close tab" while in the overview
    
    Since it doesn't make any sense there.

 src/ephy-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 6cfd444..591c118 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -1594,7 +1594,7 @@ _ephy_window_set_default_actions_sensitive (EphyWindow *window,
 	GtkAction *action;
 	int i;
 	const char *action_group_actions[] = { "FileSaveAs", "FileSaveAsApplication", "FilePrint",
-					       "FileSendTo", "FileBookmarkPage", "EditFind",
+					       "FileSendTo", "FileCloseTab", "FileBookmarkPage", "EditFind",
 					       "EditFindPrev", "EditFindNext", "ViewEncoding",
 					       "ViewZoomIn", "ViewZoomOut", "ViewPageSource",
 					       NULL };



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]