aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-skype.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-skype.c')
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.c b/libempathy-gtk/empathy-account-widget-skype.c
index 82b2b0c57..9b8e6270f 100644
--- a/libempathy-gtk/empathy-account-widget-skype.c
+++ b/libempathy-gtk/empathy-account-widget-skype.c
@@ -962,6 +962,9 @@ static gboolean
is_other_psyke_account (TpAccount *ours,
TpAccount *other)
{
+ if (ours == NULL)
+ return TRUE;
+
return (tp_strdiff (
tp_proxy_get_object_path (ours),
tp_proxy_get_object_path (other)) &&