diff options
author | Milan Crha <mcrha@redhat.com> | 2009-09-22 18:38:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2009-09-22 18:38:49 +0800 |
commit | b1cbbd1833180a1399ee9c71c7208f3a6d278c4d (patch) | |
tree | 1ccf592a201b657240eb5619c9e4f8a98766415a /modules | |
parent | dc21b314e937b139b63fb182b3b1f2de7fdc7ed9 (diff) | |
download | gsoc2013-evolution-b1cbbd1833180a1399ee9c71c7208f3a6d278c4d.tar.gz gsoc2013-evolution-b1cbbd1833180a1399ee9c71c7208f3a6d278c4d.tar.zst gsoc2013-evolution-b1cbbd1833180a1399ee9c71c7208f3a6d278c4d.zip |
Fix few valgrind claims
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mail/e-mail-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mail/e-mail-shell-view.c b/modules/mail/e-mail-shell-view.c index 4a96dc0b91..b2ea509422 100644 --- a/modules/mail/e-mail-shell-view.c +++ b/modules/mail/e-mail-shell-view.c @@ -364,7 +364,7 @@ mail_shell_view_update_actions (EShellView *shell_view) guint32 state; /* Be descriptive. */ - gboolean account_is_groupwise; + gboolean account_is_groupwise = FALSE; gboolean folder_allows_children; gboolean folder_can_be_deleted; gboolean folder_is_junk; |