diff options
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r-- | shell/e-shell-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 0ed77f19fe..541ddbcc26 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -862,7 +862,7 @@ impl_dispose (GObject *object) self->priv->store_window_size_timer = 0; /* There was a timer. Let us store the settings.*/ - store_window_size (self); + store_window_size (GTK_WIDGET (self)); } #ifdef NM_SUPPORT_GLIB |