]> git.0d.be Git - empathy.git/commitdiff
fix comments
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Dec 2009 16:35:18 +0000 (16:35 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 7 Dec 2009 16:59:34 +0000 (16:59 +0000)
src/empathy-chat-window.c

index 2ceb1e86d0a68e41d3b795c0e0408c3a4064ecbb..903f18fbf502ca9aef3dd0dfcb5b951a98cb764b 100644 (file)
@@ -1875,11 +1875,11 @@ empathy_chat_window_get_default (gboolean room)
                if (empathy_window_get_is_visible (GTK_WINDOW (dialog))) {
                        nb_rooms = empathy_chat_window_get_nb_rooms (chat_window);
 
-                       /* We add a new room only if the window has at least one room */
+                       /* Skip the window if there aren't any rooms in it */
                        if (room && nb_rooms == 0)
                                continue;
 
-                       /* We add a new 1-1 chat only if the window has at least one 1-1 chat */
+                       /* Skip the window if there aren't any 1-1 chats in it */
                        if (!room && nb_rooms > 0)
                                continue;