aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy.c')
-rw-r--r--src/empathy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/empathy.c b/src/empathy.c
index 90ffeedff..926b6af0b 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);