From c7fa1e7eb5c25c1e4235fd717130cbf41e06240c Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Mon, 30 Jul 2001 19:24:22 +0000 Subject: Remember the current group so after renaming a group it doesn't flip to 2001-07-30 Jason Leach * 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 --- shell/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 228929239c..ee1807db41 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2001-07-30 Jason Leach + + * 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 * e-shell-folder-creation-dialog.c (async_create_cb): If we can't -- cgit v1.2.3