From 8fa646a63efde714d7c79379feb5bf30e95b5e6b Mon Sep 17 00:00:00 2001 From: Danielle Madeley Date: Thu, 10 Mar 2011 17:51:30 +1100 Subject: Don't assume account != NULL (again) --- libempathy-gtk/empathy-account-widget-skype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c index 70cbc8dfc..f20726b61 100644 --- a/libempathy-gtk/empathy-account-widget-skype.c +++ b/libempathy-gtk/empathy-account-widget-skype.c @@ -764,7 +764,7 @@ empathy_account_widget_build_skype (EmpathyAccountWidget *self, auth_observer_new (password_entry), g_object_unref); /* find out if we know the password */ - if (tp_proxy_has_interface_by_id (account, + if (account != NULL && tp_proxy_has_interface_by_id (account, EMP_IFACE_QUARK_ACCOUNT_INTERFACE_EXTERNAL_PASSWORD_STORAGE)) { tp_cli_dbus_properties_call_get (account, -1, -- cgit v1.2.3