summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Kang <jonathankang@gnome.org>2018-11-05 21:08:03 +0800
committerJonathan Kang <jonathankang@gnome.org>2018-11-05 21:10:59 +0800
commit408d2118cceb4cade781087cc27bfc0d4b930c6e (patch)
tree6f43f93a530e6c3cb0ab516b917da51ce21312ad
parent9ee63e742d9a1aaf9ed8ca673be097317a1911ce (diff)
downloadepiphany-408d2118cceb4cade781087cc27bfc0d4b930c6e.tar.gz
window: set correct current height
Fixes 9c3b0a6f https://gitlab.gnome.org/GNOME/epiphany/issues/571
-rw-r--r--src/ephy-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index add022ea9..4bd09baa7 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2813,7 +2813,7 @@ ephy_window_configure_event (GtkWidget *widget,
&window->current_x,
&window->current_y);
window->current_width = width;
- window->current_width = height;
+ window->current_height = height;
}
return result;