[empathy] chat-window: save the size of the window when disposing



commit 9280234db0c507bcaee37841fa2f129ccfa87b0b
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 7f4978d..ccbfff6 100644
--- a/src/empathy-chat-window.c
+++ b/src/empathy-chat-window.c
@@ -1510,6 +1510,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]