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-importer.c | |
parent | 04a042ee01dba30ba231c48ec7d172b6be1a6fca (diff) | |
download | gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.gz gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.tar.zst gsoc2013-evolution-a361cff4042770c35b2ae9f5dcfb6153711d2c41.zip |
Fix compiler warnings in shell.
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 8bc3b12c5c..cb990f973b 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -121,8 +121,8 @@ typedef struct _ImportData { #endif static struct { - char *name; - char *text; + const gchar *name; + const gchar *text; } info[] = { { "type_html", N_("Choose the type of importer to run:") |