From 5801d079852bd2e877d9511e4c3ea8083066c58c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 4 May 2000 06:16:33 +0000 Subject: Fixed EShortcutBar API: the icon callback function now gets a `const char *' url (instead of just a `char *') and a closure. svn path=/trunk/; revision=2790 --- shell/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 2d392d1d88..53459c828c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2000-05-04 Ettore Perazzoli + + * e-shortcut.c (shell_icon_cb): Type of @url changed from `gchar + *' to `const gchar *'; new arg @data. + (e_shortcut_bar_view_new): Pass NULL as the closure value for + `e_shortcut_bar_set_icon_callback()'. + 2000-05-02 Ettore Perazzoli * e-folder-mail.c: Removed. -- cgit