From 600d83dd99a280aea36a444b443d14fdc4742994 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 9 Nov 2009 12:20:51 +0000 Subject: chat-window: save the size of the window when disposing The size wasn't saved when the window was closed before the timeout was fired (#601190). --- src/empathy-chat-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 985fa882f..adc165e59 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -1398,6 +1398,7 @@ chat_window_finalize (GObject *object) g_object_unref (priv->chatroom_manager); if (priv->save_geometry_id != 0) { g_source_remove (priv->save_geometry_id); + chat_window_save_geometry_timeout_cb (window); } if (priv->notification != NULL) { -- cgit v1.2.3