diff options
author | Milan Crha <mcrha@redhat.com> | 2011-02-16 20:14:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:41:35 +0800 |
commit | 65bc58546c359048a20af6c98351015aa232085e (patch) | |
tree | 89d86b28e384390be0b4554b47a6f7a03de0a425 /shell | |
parent | 90f59dca71e40ae909c58fc97ed79f851947f39b (diff) | |
download | gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.tar gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.tar.gz gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.tar.bz2 gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.tar.lz gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.tar.xz gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.tar.zst gsoc2013-evolution-65bc58546c359048a20af6c98351015aa232085e.zip |
Bug #638333 - Critical warning when invoking File->New->Mail Folder
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-window-private.c | 2 |
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; |