diff options
-rw-r--r-- | libempathy-gtk/empathy-individual-information-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-individual-information-dialog.c b/libempathy-gtk/empathy-individual-information-dialog.c index 22bdb91ee..baa1e4c04 100644 --- a/libempathy-gtk/empathy-individual-information-dialog.c +++ b/libempathy-gtk/empathy-individual-information-dialog.c @@ -371,7 +371,7 @@ start_gnome_contacts (FolksIndividual *individual, args = g_strdup_printf ("-i %s", folks_individual_get_id (individual)); /* First try the old desktop name */ - if (empathy_launch_external_app ("gnome-contacts.desktop", args, &error)) + if (empathy_launch_external_app ("gnome-contacts.desktop", args, NULL)) goto out; if (!empathy_launch_external_app ("org.gnome.Contacts.desktop", args, &error)) |