From efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 24 Sep 2002 21:01:04 +0000 Subject: Placate compiler. * e-shell-view-menu.c (launch_pilot_settings): Placate compiler. * e-shell-folder-commands.c (xfer_result_callback): When FOLDER_COMMAND_MOVE, update the shortcuts by using e_shortcuts_update_shortcuts_for_changed_uri(). * e-shortcuts.c (e_shortcuts_update_shortcuts_for_changed_uri): New. svn path=/trunk/; revision=18206 --- shell/e-shortcuts.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-shortcuts.h') diff --git a/shell/e-shortcuts.h b/shell/e-shortcuts.h index 1fb4bb8209..30e2ff01e8 100644 --- a/shell/e-shortcuts.h +++ b/shell/e-shortcuts.h @@ -156,6 +156,10 @@ void e_shortcuts_set_group_uses_small_icons (EShortcuts *shortcuts, gboolean e_shortcuts_get_group_uses_small_icons (EShortcuts *shortcuts, int group_num); +void e_shortcuts_update_shortcuts_for_changed_uri (EShortcuts *shortcuts, + const char *old_uri_, + const char *new_uri); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3