aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-31 03:24:22 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-31 03:24:22 +0800
commitc7fa1e7eb5c25c1e4235fd717130cbf41e06240c (patch)
tree654d31db933eea3417831d7b8db41c3bcee9a008 /shell/ChangeLog
parent116e504828b7383a447579142e06ca0f161864df (diff)
downloadgsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.tar
gsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.tar.gz
gsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.tar.bz2
gsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.tar.lz
gsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.tar.xz
gsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.tar.zst
gsoc2013-evolution-c7fa1e7eb5c25c1e4235fd717130cbf41e06240c.zip
Remember the current group so after renaming a group it doesn't flip to
2001-07-30 Jason Leach <jleach@ximian.com> * e-shortcuts-view.c (rename_group_cb): Remember the current group so after renaming a group it doesn't flip to the next group. Bug #3857. * e-shortcuts.c (e_shortcuts_rename_group): Comparing two separately allocated strings, use strcmp() instead of !=. svn path=/trunk/; revision=11483
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 228929239c..ee1807db41 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2001-07-30 Jason Leach <jleach@ximian.com>
+ * e-shortcuts-view.c (rename_group_cb): Remember the current group
+ so after renaming a group it doesn't flip to the next group. Bug
+ #3857.
+
+ * e-shortcuts.c (e_shortcuts_rename_group): Comparing two
+ separately allocated strings, use strcmp() instead of !=.
+
+2001-07-30 Jason Leach <jleach@ximian.com>
+
* e-shell-folder-creation-dialog.c (async_create_cb): If we can't
create a folder because it already exists, select that folder that
exists. Bug #1716.