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-shell-view-menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-view-menu.c') diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 7503fda642..c8ee62123c 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -83,7 +83,7 @@ launch_pilot_settings (const char *extra_arg) { char *args[] = { "gpilotd-control-applet", - extra_arg, + (char *) extra_arg, NULL }; int pid; -- cgit v1.2.3