From 307a2f30b5a426ef97d7f566d3970d48e9a9613d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 23 Dec 2010 15:53:27 +0100 Subject: Fix build warnings for uninitialized variables --- src/empathy-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-main-window.c') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index e0b05531b..88335b654 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -1483,7 +1483,7 @@ main_window_help_debug_cb (GtkAction *action, GError *error = NULL; gchar *path; GAppInfo *app_info; - GdkAppLaunchContext *context; + GdkAppLaunchContext *context = NULL; g_return_if_fail (GDK_IS_SCREEN (screen)); -- cgit v1.2.3