X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy.c;h=926b6af0ba1b67dd815a4dd42fd47866ff0b8f0a;hp=90ffeedffcaf29b898974d48e3fe95d96a90d51c;hb=2038e323e7122a4e6fc2347d0d04017ea25998b6;hpb=dc20e1130bfb44b2595df2b46042381103e75c51 diff --git a/src/empathy.c b/src/empathy.c index 90ffeedf..926b6af0 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -292,10 +292,9 @@ on_bacon_message_received (const char *message, DEBUG ("Other instance launched, presenting the main window. message='%s'", message); - if (strcmp(message, "accounts") == 0) { + if (strcmp (message, "accounts") == 0) { /* accounts dialog requested */ empathy_accounts_dialog_show (GTK_WINDOW (window), NULL); - } else { startup_timestamp = atoi (message);