empathy r1284 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r1284 - trunk/src
- Date: Fri, 1 Aug 2008 16:03:44 +0000 (UTC)
Author: xclaesse
Date: Fri Aug 1 16:03:44 2008
New Revision: 1284
URL: http://svn.gnome.org/viewvc/empathy?rev=1284&view=rev
Log:
Fix little coding style
Modified:
trunk/src/empathy.c
Modified: trunk/src/empathy.c
==============================================================================
--- trunk/src/empathy.c (original)
+++ trunk/src/empathy.c Fri Aug 1 16:03:44 2008
@@ -292,10 +292,9 @@
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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]