]> git.0d.be Git - empathy.git/commitdiff
Add a comment, fix indentation
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 4 May 2010 10:30:01 +0000 (11:30 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 4 May 2010 10:30:01 +0000 (11:30 +0100)
src/empathy-chat-window.c

index f80223cc830b5a55a725f4d3f23d07e19b697cf0..43bb74896411d5568f7b45219052746c7cad06d1 100644 (file)
@@ -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))