diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-02 06:51:33 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-02 06:51:33 +0800 |
commit | bbe51560c5c217f6d942aff4a3770e6703416326 (patch) | |
tree | 396aa2e3425cffaf3907a1f92494f1c33682fea5 /ChangeLog | |
parent | 7864d3ac6cb6527f871b3932a05a868cdb60e126 (diff) | |
download | gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.tar gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.tar.gz gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.tar.bz2 gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.tar.lz gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.tar.xz gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.tar.zst gsoc2013-epiphany-bbe51560c5c217f6d942aff4a3770e6703416326.zip |
Remove the accel group from the window when hiding the menubar in lockdown
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* data/epiphany-lockdown.schemas.in:
* src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager),
(ephy_window_set_print_preview):
Remove the accel group from the window when hiding the menubar
in lockdown mode. From bug #165550.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2005-02-01 Christian Persch <chpe@cvs.gnome.org> + * data/epiphany-lockdown.schemas.in: + * src/ephy-window.c: (sync_chromes_visibility), (setup_ui_manager), + (ephy_window_set_print_preview): + + Remove the accel group from the window when hiding the menubar + in lockdown mode. From bug #165550. + +2005-02-01 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-shell.c: (toolbar_style_notifier): Plug a mem leak. |