diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-04 15:09:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-04 15:09:53 +0800 |
commit | 91310499b326bafc8da96814e2e7cdde441c539b (patch) | |
tree | a8e4dfa93eebc24e599c6ccbd39764c335c872d9 /widgets/shortcut-bar/e-icon-bar.h | |
parent | e6f93efbadf410e6c9dcd9b4326562b27a8cfef0 (diff) | |
download | gsoc2013-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/e-icon-bar.h')
-rw-r--r-- | widgets/shortcut-bar/e-icon-bar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |