[epiphany] window: set correct current height
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] window: set correct current height
- Date: Mon, 5 Nov 2018 17:03:05 +0000 (UTC)
commit 408d2118cceb4cade781087cc27bfc0d4b930c6e
Author: Jonathan Kang <jonathankang gnome org>
Date: Mon Nov 5 21:08:03 2018 +0800
window: set correct current height
Fixes 9c3b0a6f
https://gitlab.gnome.org/GNOME/epiphany/issues/571
src/ephy-window.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]