]> git.0d.be Git - empathy.git/commitdiff
EmpathyNewChatroom: Fix comment to correspond to the reality
authorXavier Claessens <xavier.claessens@collabora.co.uk>
Mon, 10 Jun 2013 15:08:11 +0000 (17:08 +0200)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Tue, 11 Jun 2013 09:33:32 +0000 (11:33 +0200)
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

index 58cc3fde5ed00acf647285a57ecc6be946686b73..5b9fa94c69308f29a51c2a1e2d1eaf3702e03016 100644 (file)
@@ -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 */