diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-05-26 11:17:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-26 11:17:51 +0800 |
commit | a361cff4042770c35b2ae9f5dcfb6153711d2c41 (patch) | |
tree | d72b0dba1b2418d0fe1c4495d2fa477fa0b63b24 /shell/e-shell-window-commands.c | |
parent | 04a042ee01dba30ba231c48ec7d172b6be1a6fca (diff) | |
download | gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.gz gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.bz2 gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.lz gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.xz gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.zst gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.zip |
Fix compiler warnings in shell.
Diffstat (limited to 'shell/e-shell-window-commands.c')
-rw-r--r-- | shell/e-shell-window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index 3d148781f1..cdd9e3b82e 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -123,7 +123,7 @@ command_submit_bug (BonoboUIComponent *uih, EShellWindow *window, const char *path) { - gchar *command_line; + const gchar *command_line; GError *error = NULL; command_line = "bug-buddy --sm-disable --package=Evolution"; |