From 17da811cf5e49c81b786586acbb3ee384fd858a6 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 5 Nov 2010 16:35:57 +0100 Subject: Bug #634088 - Uses uninitialized variable in action_contact_new_cb --- modules/addressbook/e-book-shell-backend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c index aecc93efb7..1688d36fd9 100644 --- a/modules/addressbook/e-book-shell-backend.c +++ b/modules/addressbook/e-book-shell-backend.c @@ -221,7 +221,7 @@ action_contact_new_cb (GtkAction *action, EShellBackend *shell_backend; GConfClient *client; ESourceList *source_list; - ESource *source; + ESource *source = NULL; const gchar *action_name; const gchar *key; gchar *uid; -- cgit v1.2.3