diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 14:25:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 14:25:43 +0800 |
commit | 6077a94d84eb66bd81e52a92d3703db72ab5614a (patch) | |
tree | cd7b8aeb1acfbc4c7b6bc302cbe18c0400cbb5f4 /shell/ChangeLog | |
parent | 3950295c0f8adbf2003eb84322fa6e7c8ba6af47 (diff) | |
download | gsoc2013-evolution-6077a94d84eb66bd81e52a92d3703db72ab5614a.tar.gz gsoc2013-evolution-6077a94d84eb66bd81e52a92d3703db72ab5614a.tar.zst gsoc2013-evolution-6077a94d84eb66bd81e52a92d3703db72ab5614a.zip |
Change EShortcuts to not use group titles to access specific groups.
Also, allow more than one group with the same title.
svn path=/trunk/; revision=10652
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index bf1fa018c3..6cdc375c4a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,22 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts.c: Removed `title_to_group' hash from + `EShortcutsPrivate'. + (init): Don't initialize it anymore. + (unload_shortcuts): Don't remove the groups from the hash, and + don't destroy/realloc the hash. + (load_shortcuts): Don't check for duplicate group names. Don't + add the groups to the hash. + (destroy): Don't free the hash. + (e_shortcuts_get_shortcuts_in_group): Changed to get a @group_num + instead of a @group_title. + + * e-shortcuts-view-model.c (load_group_into_model): Updated to + pass the group number to `e_shortcuts_get_shortcuts_in_group()'. + Removed arg @group_title. + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts-view.c: Added a "Rename" right-click command. (rename_shortcut_cb): New function, implementation for the "Rename command". |