From 368ce908210fb102e588e4bbb18218a8d33217b3 Mon Sep 17 00:00:00 2001 From: Robert McQueen Date: Thu, 31 Aug 2006 05:30:09 +0000 Subject: remove irrelevant MUC comment & tweak indentation 20060831053009-418b8-81a4aed3dee8cc0ec318e75efd9e09b214ce8489.gz --- src/gabble-muc-channel.c | 4 +--- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3