diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-18 16:47:25 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-01-18 16:47:25 +0800 |
commit | ec6a1f428845967606ef209be19679d702811c0c (patch) | |
tree | 731f05302eddcd424521c90d91c5e5095cc7cedd /shell/e-shell.h | |
parent | 28bb14ecfcd3a5ef437ac0e77b3d391d9c2b4950 (diff) | |
download | gsoc2013-evolution-ec6a1f428845967606ef209be19679d702811c0c.tar.gz gsoc2013-evolution-ec6a1f428845967606ef209be19679d702811c0c.tar.zst gsoc2013-evolution-ec6a1f428845967606ef209be19679d702811c0c.zip |
More work; Model view for the shortcut bar is better; More menus; More features -migu
svn path=/trunk/; revision=1587
Diffstat (limited to 'shell/e-shell.h')
-rw-r--r-- | shell/e-shell.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/shell/e-shell.h b/shell/e-shell.h index 213f6deb14..b2778f0444 100644 --- a/shell/e-shell.h +++ b/shell/e-shell.h @@ -31,10 +31,7 @@ struct _EShell { EFolder *contacts; } default_folders; - /* - * An array of EShortcutGroups - */ - GArray *shortcut_groups; + EShortcutBarModel *shortcut_bar; }; typedef struct { |