[Pkg-telepathy-commits] [empathy] 07/39: EmpathyNewChatroom: Fix comment to correspond to the reality

Simon McVittie smcv at debian.org
Wed Jan 29 12:53:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository empathy.

commit 6f3a33388a48a134142795540571f425ea165d26
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date:   Mon Jun 10 17:08:11 2013 +0200

    EmpathyNewChatroom: Fix comment to correspond to the reality
    
    The comments where out of sync with the en COL_* enum.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698742
---
 src/empathy-new-chatroom-dialog.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index 58cc3fd..5b9fa94 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -256,8 +256,8 @@ new_chatroom_dialog_model_setup (EmpathyNewChatroomDialog *self)
 
   /* Store/Model */
   store = gtk_list_store_new (COL_COUNT,
-      G_TYPE_STRING,       /* Invite */
-      G_TYPE_STRING,       /* Password */
+      G_TYPE_STRING,       /* Need password */
+      G_TYPE_STRING,       /* Invite only */
       G_TYPE_STRING,       /* Name */
       G_TYPE_STRING,       /* Room */
       G_TYPE_STRING,       /* Member count */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/empathy.git



More information about the Pkg-telepathy-commits mailing list