From 91310499b326bafc8da96814e2e7cdde441c539b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 4 May 2000 07:09:53 +0000 Subject: EIconBar/EShortcutBar constification. svn path=/trunk/; revision=2792 --- widgets/shortcut-bar/e-icon-bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/shortcut-bar/e-icon-bar.h') diff --git a/widgets/shortcut-bar/e-icon-bar.h b/widgets/shortcut-bar/e-icon-bar.h index f1bedb98c9..bcb15d0c5a 100644 --- a/widgets/shortcut-bar/e-icon-bar.h +++ b/widgets/shortcut-bar/e-icon-bar.h @@ -172,7 +172,7 @@ void e_icon_bar_set_view_type (EIconBar *icon_bar, added at the end. It returns the index of the item. */ gint e_icon_bar_add_item (EIconBar *icon_bar, GdkPixbuf *image, - gchar *text, + const gchar *text, gint position); /* Reorders an item. Note that position refers to the new position to add the -- cgit v1.2.3