diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
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 <ettore@helixcode.com> + + * 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 <ettore@helixcode.com> * e-shortcuts-view.c (item_selected): Renamed from |