diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-01-31 06:34:39 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-01-31 06:34:39 +0800 |
commit | 7d08bb7e103b567fd9fc707d4625be9a1335f3fd (patch) | |
tree | c0bc01efbab5781f157cc6cb8cc54b27dfb7988a /ChangeLog | |
parent | 40baab8178637f734380ace4cab5c54c0e31cd86 (diff) | |
download | gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.tar gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.tar.gz gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.tar.bz2 gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.tar.lz gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.tar.xz gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.tar.zst gsoc2013-epiphany-7d08bb7e103b567fd9fc707d4625be9a1335f3fd.zip |
Don't double-ref the UI manager. Don't try to set a cursor on windowless
2006-01-30 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (configure_item_cursor),
(egg_editable_toolbar_set_ui_manager):
Don't double-ref the UI manager.
Don't try to set a cursor on windowless widgets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-01-30 Christian Persch <chpe@cvs.gnome.org> + + * lib/egg/egg-editable-toolbar.c: (configure_item_cursor), + (egg_editable_toolbar_set_ui_manager): + + Don't double-ref the UI manager. + Don't try to set a cursor on windowless widgets. + 2006-01-30 Jean-François Rameau <jframeau@cvs.gnome.org> * embed/mozilla/EphyAboutModule.cpp: (GetErrorMessage): |