From 8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 1 Jul 2001 08:24:50 +0000 Subject: Missing ChangeLog entries for the previous commit. svn path=/trunk/; revision=10654 --- shell/ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index bd19e4b9ae..eed8f838fc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,6 +1,19 @@ 2001-07-01 Ettore Perazzoli - * e-shortcuts.c (class_init): Install signal "rename_group". + * e-shortcuts-view.c: Added "Rename Group" command to the + right-click group menu item. + (rename_group_cb): New callback for the "Rename Group" command. + + * e-shortcuts-view-model.c (shortcuts_rename_group_cb): New, + callback for the EShortcuts::rename_group signal. It renames the + group by removing it and creating a new one which is the same; + this sucks, but there is no other way with the current shortcut + bar widget. + (e_shortcuts_view_model_construct): Connect it. + + * e-shortcuts.c + (class_init): Install signal "rename_group". + (e_shortcuts_rename_group): New. * e-shortcuts.h: New signal "rename_group". -- cgit v1.2.3