[empathy: 22/28] Style fix



commit d5024011258a052ea3b88e95d0098f3901bb98cc
Author: Danielle Madeley <danielle madeley collabora co uk>
Date:   Fri Aug 12 08:47:48 2011 +1000

    Style fix

 libempathy-gtk/empathy-log-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index a27b238..bbf9e04 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -401,7 +401,7 @@ insert_or_change_row (EmpathyLogWindow *self,
       method,
       g_strdelimit (str, ":", ','),
       text,
-      icon != NULL ? icon: "",
+      icon != NULL ? icon : "",
       date);
 
   webkit_web_view_execute_script (WEBKIT_WEB_VIEW (self->priv->webview),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]