diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-11-22 21:00:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-05 23:20:24 +0800 |
commit | 4bb09dac69435530045d91126ef1bc39ede601dc (patch) | |
tree | 9e9a5c95602bc72b607a4598267cb354aa201d3d /libempathy-gtk/empathy-log-window.c | |
parent | 4aedb19ed5567169c5731def4714dcddd24d8b77 (diff) | |
download | gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.tar gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.tar.gz gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.tar.bz2 gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.tar.lz gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.tar.xz gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.tar.zst gsoc2013-empathy-4bb09dac69435530045d91126ef1bc39ede601dc.zip |
log-window: save window geometry
https://bugzilla.gnome.org/show_bug.cgi?id=664209
Diffstat (limited to 'libempathy-gtk/empathy-log-window.c')
-rw-r--r-- | libempathy-gtk/empathy-log-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index af375f1b5..5694f1c4f 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -773,6 +773,8 @@ empathy_log_window_init (EmpathyLogWindow *self) log_window_update_buttons_sensitivity (self); gtk_widget_show (GTK_WIDGET (self)); + + empathy_geometry_bind (GTK_WINDOW (self), "log-window"); } GtkWidget * |