diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-26 03:11:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-26 03:11:15 +0800 |
commit | a75e971a552b0e4138ce901fd33d50d45319c919 (patch) | |
tree | 85d6d9350bc2eb1d1495343051b463f93290020b /shell/e-shortcuts.h | |
parent | 72fff3213ae1221b3c13841cb43df39f963efb1f (diff) | |
download | gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.gz gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.bz2 gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.lz gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.xz gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.tar.zst gsoc2013-evolution-a75e971a552b0e4138ce901fd33d50d45319c919.zip |
Update the shortcut bar in the shell view to match the changes in the
way drag and drop is handled. Separate the handling for the view into
a separate object.
This should make the shortcut bar work again, but it's untested.
svn path=/trunk/; revision=5575
Diffstat (limited to 'shell/e-shortcuts.h')
-rw-r--r-- | shell/e-shortcuts.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h index da4dfc1fa0..8fc5b335da 100644 --- a/shell/e-shortcuts.h +++ b/shell/e-shortcuts.h @@ -76,6 +76,9 @@ EShortcuts *e_shortcuts_new (EStorageSet *storage_s const char *file_name); GList *e_shortcuts_get_group_titles (EShortcuts *shortcuts); +const char *e_shortcuts_get_group_title (EShortcuts *shortcuts, + int group_num); + GList *e_shortcuts_get_shortcuts_in_group (EShortcuts *shortcuts, const char *group_title); EStorageSet *e_shortcuts_get_storage_set (EShortcuts *shortcuts); |