aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-25 05:01:04 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-25 05:01:04 +0800
commitefa2ba8ab068f38e435a995d05cd99dbd1eb6fd4 (patch)
tree4f5cd8559808bfb7408e483fcd78fbadf26d8792 /shell/e-shell-view-menu.c
parentab7d63ce8e057eaa31a1777af0837cd1005e7f44 (diff)
downloadgsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.tar
gsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.tar.gz
gsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.tar.bz2
gsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.tar.lz
gsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.tar.xz
gsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.tar.zst
gsoc2013-evolution-efa2ba8ab068f38e435a995d05cd99dbd1eb6fd4.zip
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
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c2
1 files changed, 1 insertions, 1 deletions
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;