diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-account-widget.c b/libempathy-gtk/empathy-account-widget.c index a405789ae..591c964f4 100644 --- a/libempathy-gtk/empathy-account-widget.c +++ b/libempathy-gtk/empathy-account-widget.c @@ -1089,7 +1089,7 @@ account_widget_launch_external_clicked (GtkWidget *button, /* we know how to handle this external provider */ GDesktopAppInfo *desktop_info; GError *error = NULL; - GdkAppLaunchContext *context; + GdkAppLaunchContext *context = NULL; gchar *cmd; GAppInfo *app_info; |