diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-06-10 23:08:11 +0800 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2013-06-11 17:33:32 +0800 |
commit | 6f3a33388a48a134142795540571f425ea165d26 (patch) | |
tree | a028ed6250bfebd31742d2aa1099cdc6f909790d | |
parent | ec619f9805258aa9d623e2651fb604b80d49f795 (diff) | |
download | gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.tar gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.tar.gz gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.tar.bz2 gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.tar.lz gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.tar.xz gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.tar.zst gsoc2013-empathy-6f3a33388a48a134142795540571f425ea165d26.zip |
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
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 58cc3fde5..5b9fa94c6 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 */ |