summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert McQueen <robert.mcqueen@collabora.co.uk>2006-08-31 05:30:09 +0000
committerRobert McQueen <robert.mcqueen@collabora.co.uk>2006-08-31 05:30:09 +0000
commit368ce908210fb102e588e4bbb18218a8d33217b3 (patch)
treeeb8a5663f8fc31560038d97a7ea3dab340973280
parent0070ffbccc0f45b219de6d73779d6518cf32517d (diff)
remove irrelevant MUC comment & tweak indentationtelepathy-gabble-0.2.1
-rw-r--r--src/gabble-muc-channel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gabble-muc-channel.c b/src/gabble-muc-channel.c
index 1b3cf228a..8744115cb 100644
--- a/src/gabble-muc-channel.c
+++ b/src/gabble-muc-channel.c
@@ -1310,7 +1310,7 @@ perms_config_form_reply_cb (GabbleConnection *conn, LmMessage *sent_msg,
continue;
if (strcmp (var, "muc#roomconfig_roomdesc") == 0 ||
- strcmp (var, "muc#owner_roomdesc") == 0)
+ strcmp (var, "muc#owner_roomdesc") == 0)
{
if (gabble_properties_mixin_is_readable (G_OBJECT (chan),
ROOM_PROP_DESCRIPTION))
@@ -2684,8 +2684,6 @@ request_config_form_reply_cb (GabbleConnection *conn, LmMessage *sent_msg,
id = ROOM_PROP_NAME;
type = G_TYPE_STRING;
}
- /* FIXME: figure out the last remaining variable name
- * for room description */
else if (strcmp (var, "muc#roomconfig_roomdesc") == 0 ||
strcmp (var, "muc#owner_roomdesc") == 0)
{