aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-importer.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-26 11:17:51 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-26 11:17:51 +0800
commita361cff4042770c35b2ae9f5dcfb6153711d2c41 (patch)
treed72b0dba1b2418d0fe1c4495d2fa477fa0b63b24 /shell/e-shell-importer.c
parent04a042ee01dba30ba231c48ec7d172b6be1a6fca (diff)
downloadgsoc2013-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-importer.c')
-rw-r--r--shell/e-shell-importer.c4
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:")