aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-09 20:20:51 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-09 20:47:44 +0800
commit600d83dd99a280aea36a444b443d14fdc4742994 (patch)
tree4c4afb208b392c521497043cf7cd71709797a533
parent94c7648a40743ba95bdcb0c9125d679f7d3e88b6 (diff)
downloadgsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.tar
gsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.tar.gz
gsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.tar.bz2
gsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.tar.lz
gsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.tar.xz
gsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.tar.zst
gsoc2013-empathy-600d83dd99a280aea36a444b443d14fdc4742994.zip
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).
-rw-r--r--src/empathy-chat-window.c1
1 files changed, 1 insertions, 0 deletions
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) {