diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-17 09:36:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-17 09:36:11 +0800 |
commit | 28b28bf057056d2aa28458b322319bf679608ae5 (patch) | |
tree | 12a503769283c9124ecfb1c97d4727d458034d30 /shell/e-shell-window-private.h | |
parent | fd3514c75ff7f2aeb2d904015b984796205a05fe (diff) | |
download | gsoc2013-evolution-28b28bf057056d2aa28458b322319bf679608ae5.tar.gz gsoc2013-evolution-28b28bf057056d2aa28458b322319bf679608ae5.tar.zst gsoc2013-evolution-28b28bf057056d2aa28458b322319bf679608ae5.zip |
Write the algorithm for sorting items in the "New" menu. Not yet tested.
svn path=/branches/kill-bonobo/; revision=36004
Diffstat (limited to 'shell/e-shell-window-private.h')
-rw-r--r-- | shell/e-shell-window-private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/e-shell-window-private.h b/shell/e-shell-window-private.h index 53a086fba9..aae09b4467 100644 --- a/shell/e-shell-window-private.h +++ b/shell/e-shell-window-private.h @@ -56,7 +56,6 @@ struct _EShellWindowPrivate { GtkUIManager *manager; GtkActionGroup *shell_actions; GtkActionGroup *new_item_actions; - GtkActionGroup *new_group_actions; GtkActionGroup *new_source_actions; GtkActionGroup *shell_view_actions; |