From a03e2e75297c4d1b99890cdc90c3443088eb7ce8 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 26 Sep 2000 19:01:28 +0000 Subject: Fix a bunch of EShortcutView problems. It's still buggy, but at least it's usable now. Also, implemented a "new group" command (which doesn't quite work right yet for some reason) and a "remove group" one. svn path=/trunk/; revision=5595 --- shell/ChangeLog | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index c401a3e5d5..25e998633b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,27 @@ +2000-09-26 Ettore Perazzoli + + * e-shortcuts.c (e_shortcuts_get_group_title): Cast the data + pointer, not the node pointer. + (e_shortcuts_add_group): If @group_num is -1, emit the effective + group number with the "new_group" signal instead of -1, which is + going to confuse the signal handler. + (e_shortcuts_add_shortcut): Likewise with the shortcut. + + * e-shortcuts-view-model.c (shortcuts_new_group_cb): We are @data, + not @shortcuts. + (class_init): Install the `::destroy' handler. + + * e-shortcuts-view.c (e_shortcuts_view_construct): Set + `priv->shortcuts'. + (remove_shortcut_cb): Don't remove the item both on the data and + the model. + (toggle_small_icons_cb): Removed some crufty checks. + (toggle_large_icons_cb): Likewise. + (show_new_group_dialog): New, implementation for the "Create new + shortcut group" dialog. + (destroy_group_cb): Callback for the "Destroy this group" item. + (create_new_group): Callback for the "Create new group" item. + 2000-09-25 Ettore Perazzoli * e-shortcuts-view.c (item_selected): Renamed from -- cgit