aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-04 15:09:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-04 15:09:53 +0800
commit91310499b326bafc8da96814e2e7cdde441c539b (patch)
treea8e4dfa93eebc24e599c6ccbd39764c335c872d9 /widgets/shortcut-bar/ChangeLog
parente6f93efbadf410e6c9dcd9b4326562b27a8cfef0 (diff)
downloadgsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar
gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.gz
gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.bz2
gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.lz
gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.xz
gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.tar.zst
gsoc2013-evolution-91310499b326bafc8da96814e2e7cdde441c539b.zip
EIconBar/EShortcutBar constification.
svn path=/trunk/; revision=2792
Diffstat (limited to 'widgets/shortcut-bar/ChangeLog')
-rw-r--r--widgets/shortcut-bar/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index d8b7d82022..c4cbca5113 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,5 +1,19 @@
2000-05-04 Ettore Perazzoli <ettore@helixcode.com>
+ * e-icon-bar-bg-item.c (e_icon_bar_bg_item_draw): Initialize
+ `shadow' to placate compiler.
+
+ * e-icon-bar.c (e_icon_bar_add_item): @text made const-safe.
+
+ * e-shortcut-bar.c (e_shortcut_bar_add_group): @group_name made
+ const-safe.
+ (e_shortcut_bar_add_item): @item_url and @item_name made
+ const-safe.
+ (e_shortcut_bar_get_image_from_url): @item_url made const-safe.
+ (e_shortcut_bar_load_image): @filename made const-safe.
+
+2000-05-04 Ettore Perazzoli <ettore@helixcode.com>
+
* test-shortcut-bar.c (icon_callback): Adapted to the new
`EShortcutBarIconCallback' typedef: get a @data parameter and get
a const-safe @url.