aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-10 02:41:49 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-10 02:41:49 +0800
commitc8f10790d2972c18ba0d949c7f67d6b8b94cf7af (patch)
treed63d96deb92504b1f4594dc7bfc379371c2d18c8 /ChangeLog
parent38c4250e5fa1fa0e3069b2a14985c9d439ba0916 (diff)
downloadgsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.tar
gsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.tar.gz
gsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.tar.bz2
gsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.tar.lz
gsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.tar.xz
gsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.tar.zst
gsoc2013-epiphany-c8f10790d2972c18ba0d949c7f67d6b8b94cf7af.zip
Fix object property naming leftover from EggMenuMerge days, to UI manager.
2004-08-09 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-editable-toolbar.c: (find_action), (egg_editable_toolbar_construct), (egg_editable_toolbar_set_model), (egg_editable_toolbar_set_ui_manager), (egg_editable_toolbar_set_property), (egg_editable_toolbar_get_property), (egg_editable_toolbar_class_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_new), (egg_editable_toolbar_new_with_model), (egg_editable_toolbar_get_model): * lib/egg/egg-editable-toolbar.h: * lib/egg/egg-toolbar-editor.c: (find_action), (egg_toolbar_editor_set_ui_manager), (egg_toolbar_editor_set_property), (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init), (egg_toolbar_editor_finalize), (egg_toolbar_editor_new), (egg_toolbar_editor_init): * lib/egg/egg-toolbar-editor.h: * src/bookmarks/ephy-bookmarksbar.c: (ephy_bookmarksbar_set_window): * src/toolbar.c: (toolbar_new): Fix object property naming leftover from EggMenuMerge days, to UI manager.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91eb53594..949f8bbfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,30 @@
2004-08-09 Christian Persch <chpe@cvs.gnome.org>
+ * lib/egg/egg-editable-toolbar.c: (find_action),
+ (egg_editable_toolbar_construct), (egg_editable_toolbar_set_model),
+ (egg_editable_toolbar_set_ui_manager),
+ (egg_editable_toolbar_set_property),
+ (egg_editable_toolbar_get_property),
+ (egg_editable_toolbar_class_init), (egg_editable_toolbar_finalize),
+ (egg_editable_toolbar_new), (egg_editable_toolbar_new_with_model),
+ (egg_editable_toolbar_get_model):
+ * lib/egg/egg-editable-toolbar.h:
+ * lib/egg/egg-toolbar-editor.c: (find_action),
+ (egg_toolbar_editor_set_ui_manager),
+ (egg_toolbar_editor_set_property),
+ (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
+ (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
+ (egg_toolbar_editor_init):
+ * lib/egg/egg-toolbar-editor.h:
+ * src/bookmarks/ephy-bookmarksbar.c:
+ (ephy_bookmarksbar_set_window):
+ * src/toolbar.c: (toolbar_new):
+
+ Fix object property naming leftover from EggMenuMerge days, to
+ UI manager.
+
+2004-08-09 Christian Persch <chpe@cvs.gnome.org>
+
* lib/egg/egg-editable-toolbar.c:
(egg_editable_toolbar_deconstruct):