aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-27 16:13:36 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-27 16:13:36 +0800
commit32ccc668ac8e87ec9dd67b9d594a7fcf89381776 (patch)
treef8a4d9cd11393f1a3589f04c2363e4cd6b9d4093 /ChangeLog
parent36dc5ffa3ccd419fa87677829f7e49556528ccb1 (diff)
downloadgsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.tar
gsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.tar.gz
gsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.tar.bz2
gsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.tar.lz
gsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.tar.xz
gsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.tar.zst
gsoc2013-epiphany-32ccc668ac8e87ec9dd67b9d594a7fcf89381776.zip
Fixup spinner when resetting the toolbar model. Update spinner on toolbar
2003-10-27 Marco Pesenti Gritti <marco@gnome.org> * lib/egg/egg-editable-toolbar.c: (create_dock), (set_fixed_style), (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed), (update_fixed), (toolbar_removed_cb), (toolbars_clean), (egg_editable_toolbar_construct), (egg_editable_toolbar_init), (egg_editable_toolbar_finalize), (egg_editable_toolbar_set_fixed): * lib/egg/egg-editable-toolbar.h: * src/toolbar.c: (toolbar_style_sync), (create_spinner), (toolbar_init): Fixup spinner when resetting the toolbar model. Update spinner on toolbar style change. Fix a typo in toolbars creation that wa causing fs toolbar to be hidden.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17fcad2d2..5f896c742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2003-10-27 Marco Pesenti Gritti <marco@gnome.org>
+
+ * lib/egg/egg-editable-toolbar.c: (create_dock), (set_fixed_style),
+ (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
+ (update_fixed), (toolbar_removed_cb), (toolbars_clean),
+ (egg_editable_toolbar_construct), (egg_editable_toolbar_init),
+ (egg_editable_toolbar_finalize), (egg_editable_toolbar_set_fixed):
+ * lib/egg/egg-editable-toolbar.h:
+ * src/toolbar.c: (toolbar_style_sync), (create_spinner),
+ (toolbar_init):
+
+ Fixup spinner when resetting the toolbar model.
+ Update spinner on toolbar style change.
+ Fix a typo in toolbars creation that wa causing fs toolbar
+ to be hidden.
+
2003-10-26 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-chooser.c: (current_folder_changed_cb),