aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-07-01 16:24:50 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-07-01 16:24:50 +0800
commit8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb (patch)
tree255ae616061585363286e4b9b78a678364171504 /shell
parent8fc1cb82feb23034360af987834f6bce8aebe0f3 (diff)
downloadgsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.tar
gsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.tar.gz
gsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.tar.bz2
gsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.tar.lz
gsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.tar.xz
gsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.tar.zst
gsoc2013-evolution-8b6c94e7cd38d3ee58fe9dfeb0d3ffd03eefd6cb.zip
Missing ChangeLog entries for the previous commit.
svn path=/trunk/; revision=10654
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog15
1 files changed, 14 insertions, 1 deletions
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 <ettore@ximian.com>
- * 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".