]> git.0d.be Git - empathy.git/blobdiff - src/empathy-new-chatroom-dialog.c
EmpathyNewChatroom: Fix comment to correspond to the reality
[empathy.git] / 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 */