From 8f366de2a4fb5c5bddab80667a821c1acee91c21 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Tue, 5 Jun 2001 17:10:32 +0000 Subject: (Fixing bug #1299: Shell saves shortcuts when display name changes) 2001-06-04 Jason Leach (Fixing bug #1299: Shell saves shortcuts when display name changes) * e-shortcuts.c (class_init): New signal: "update_shortcut". * e-shortcuts-view-model.c (e_shortcuts_view_model_construct): Connect thew new signal here. * e-shortcuts-view-model.c (shortcuts_update_shortcut_cb): New function, uses the new e_shortcut_model_update_item(). * e-shell-view.c (corba_interface_set_folder_bar_label): Fix a warning here. svn path=/trunk/; revision=10116 --- shell/e-shortcuts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-shortcuts.h') diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h index bd7ed54080..2abbf6bb7f 100644 --- a/shell/e-shortcuts.h +++ b/shell/e-shortcuts.h @@ -60,6 +60,7 @@ struct _EShortcutsClass { void (* remove_group) (EShortcuts *shortcuts, int group_num); void (* new_shortcut) (EShortcuts *shortcuts, int group_num, int item_num); void (* remove_shortcut) (EShortcuts *shortcuts, int group_num, int item_num); + void (* update_shortcut) (EShortcuts *shortcuts, int group_num, int item_num); }; -- cgit v1.2.3