aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-non-intrusive-error-dialog.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-26 01:42:03 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-26 01:42:03 +0800
commita6c9a55391c484038a98f0326798949c52621c50 (patch)
tree75930134509017a72cc9025f48ad81bd6693654d /e-util/e-non-intrusive-error-dialog.h
parent949c01ec2e00fd178c5ee0307191fa130ab6aa74 (diff)
downloadgsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar
gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.gz
gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.bz2
gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.lz
gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.xz
gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.tar.zst
gsoc2013-evolution-a6c9a55391c484038a98f0326798949c52621c50.zip
Fix compiler warnings in e-util.
Diffstat (limited to 'e-util/e-non-intrusive-error-dialog.h')
-rw-r--r--e-util/e-non-intrusive-error-dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/e-util/e-non-intrusive-error-dialog.h b/e-util/e-non-intrusive-error-dialog.h
index e801d47a52..827e17f868 100644
--- a/e-util/e-non-intrusive-error-dialog.h
+++ b/e-util/e-non-intrusive-error-dialog.h
@@ -31,10 +31,10 @@
G_BEGIN_DECLS
struct _log_data {
- int level;
- char *key;
- char *text;
- char *stock_id;
+ gint level;
+ const gchar *key;
+ const gchar *text;
+ const gchar *stock_id;
GdkPixbuf *pbuf;
} ldata [] = {
{ E_LOG_ERROR, N_("Error"), N_("Errors"), GTK_STOCK_DIALOG_ERROR },