summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <robert.mcqueen@collabora.co.uk>2006-01-24 17:31:30 +0000
committer <robert.mcqueen@collabora.co.uk>2006-01-24 17:31:30 +0000
commit2eb3aa378107131ceb701c9a14d8530ce4e71ee7 (patch)
tree28a7dbb5b8f19a31986b044c4f25e9d065cbc39c
parent332f35aa8d28a6463e598c65e4dca6aa7dc77306 (diff)
remove closed from roster channel, you can't close them
-rw-r--r--src/gabble-roster-channel.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gabble-roster-channel.c b/src/gabble-roster-channel.c
index dc393f917..0fad34044 100644
--- a/src/gabble-roster-channel.c
+++ b/src/gabble-roster-channel.c
@@ -70,7 +70,6 @@ struct _GabbleRosterChannelPrivate
GabbleHandleSet *local_pending;
GabbleHandleSet *remote_pending;
- gboolean closed;
gboolean dispose_has_run;
};
@@ -279,8 +278,7 @@ gabble_roster_channel_dispose (GObject *object)
priv->dispose_has_run = TRUE;
- if (!priv->closed)
- g_signal_emit(self, signals[CLOSED], 0);
+ g_signal_emit(self, signals[CLOSED], 0);
/* release any references held by the object here */