[empathy/gnome-2-28] chat-window: save the size of the window when disposing



commit 600d83dd99a280aea36a444b443d14fdc4742994
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Nov 9 12:20:51 2009 +0000

    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 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c
index 985fa88..adc165e 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) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]