[empathy: 11/16] Add a comment, fix indentation



commit 05e3181257bc2664f462879467850d522450d48d
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date:   Tue May 4 11:30:01 2010 +0100

    Add a comment, fix indentation

 src/empathy-chat-window.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index f80223c..43bb748 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -108,6 +108,7 @@ typedef struct {
 	GtkAction   *menu_tabs_right;
 	GtkAction   *menu_tabs_detach;
 
+	/* Last user action time we acted upon to show a tab */
 	guint32    x_user_action_time;
 } EmpathyChatWindowPriv;
 
@@ -2311,8 +2312,8 @@ empathy_chat_window_present_chat (EmpathyChat *chat,
 	priv = GET_PRIV (window);
 
 	/* Don't present or switch tab if the action was earlier then the
-		 last actions X time, accounting for overflow and the first ever
-		 presentation */
+	 * last actions X time, accounting for overflow and the first ever
+	 * presentation */
 
 	if (priv->x_user_action_time != 0
 		&& X_EARLIER_OR_EQL (x_timestamp, priv->x_user_action_time))



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