aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-07-28 02:55:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-11 07:31:44 +0800
commitcdd06c393d2c6dd0b5716a354aecc92c8457dc4d (patch)
treed46a3dd43d651e297b8e273388ae9fea63d88270 /widgets/misc
parent741d49c900ecc01002513060826b43dc26d4e55d (diff)
downloadgsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.tar
gsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.tar.gz
gsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.tar.bz2
gsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.tar.lz
gsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.tar.xz
gsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.tar.zst
gsoc2013-evolution-cdd06c393d2c6dd0b5716a354aecc92c8457dc4d.zip
Compiler warning fixes (as part of bug #424078)
Diffstat (limited to 'widgets/misc')
-rw-r--r--widgets/misc/e-attachment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c
index 3bf05ae579..e1afb45246 100644
--- a/widgets/misc/e-attachment.c
+++ b/widgets/misc/e-attachment.c
@@ -2250,7 +2250,7 @@ attachment_save_new_candidate (SaveContext *save_context)
GFile *candidate;
GFileInfo *file_info;
EAttachment *attachment;
- const gchar *display_name;
+ const gchar *display_name = NULL;
gchar *basename;
attachment = save_context->attachment;