aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-02-16 20:14:49 +0800
committerMilan Crha <mcrha@redhat.com>2011-02-16 20:14:49 +0800
commit94e43758de5e90ff3acf70654a53ddf787495f1b (patch)
tree0f7e8bd91d339d92f94221cf61e1623624fdbeba /shell
parentfd0b59503481461304b8c9818066eb7ce28dfe25 (diff)
downloadgsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.tar
gsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.tar.gz
gsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.tar.bz2
gsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.tar.lz
gsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.tar.xz
gsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.tar.zst
gsoc2013-evolution-94e43758de5e90ff3acf70654a53ddf787495f1b.zip
Bug #638333 - Critical warning when invoking File->New->Mail Folder
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-window-private.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-shell-window-private.c b/shell/e-shell-window-private.c
index 1f12c9c41e..6dcba975bc 100644
--- a/shell/e-shell-window-private.c
+++ b/shell/e-shell-window-private.c
@@ -266,7 +266,9 @@ e_shell_window_private_constructed (EShellWindow *shell_window)
GConfBridge *bridge;
GtkAction *action;
GtkAccelGroup *accel_group;
+#if 0
GtkActionGroup *action_group;
+#endif
GtkUIManager *ui_manager;
GtkBox *box;
GtkPaned *paned;