aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-09-16 17:10:30 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-09-16 17:10:30 +0800
commit1c684e17cea6d34cd967c2c902251792ae53fc30 (patch)
tree0ee74c6c5df96d94f55daa04d06c2f650b5990af /ChangeLog
parent841173079ae8a262f0ecbafabf0cdc4ae56dcbb6 (diff)
downloadgsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.tar
gsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.tar.gz
gsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.tar.bz2
gsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.tar.lz
gsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.tar.xz
gsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.tar.zst
gsoc2013-epiphany-1c684e17cea6d34cd967c2c902251792ae53fc30.zip
Show the fullscreen button only when the window is active. Fix #115296.
2004-09-16 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-window.c: (ephy_window_focus_in_event), (ephy_window_focus_out_event), (ephy_window_class_init): Show the fullscreen button only when the window is active. Fix #115296.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 549aa8166..03d2fcf65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-09-16 Marco Pesenti Gritti <marco@gnome.org>
+ * src/ephy-window.c: (ephy_window_focus_in_event),
+ (ephy_window_focus_out_event), (ephy_window_class_init):
+
+ Show the fullscreen button only when the window is active.
+ Fix #115296.
+
+2004-09-16 Marco Pesenti Gritti <marco@gnome.org>
+
* src/ephy-window.c: (update_fullscreen_popup),
(screen_size_changed_cb), (fullscreen_popup_size_request_cb),
(ephy_window_fullscreen):