aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-sidebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-sidebar.h')
-rw-r--r--shell/e-sidebar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h
index 319f7e8f04..3ab9350e55 100644
--- a/shell/e-sidebar.h
+++ b/shell/e-sidebar.h
@@ -67,14 +67,14 @@ void e_sidebar_set_selection_widget (ESidebar *sidebar,
void e_sidebar_add_button (ESidebar *sidebar,
const char *label,
const char *tooltips,
- GdkPixbuf *icon,
+ const char *icon_name,
int id);
void e_sidebar_select_button (ESidebar *sidebar,
int id);
void e_sidebar_change_button_icon (ESidebar *sidebar,
- GdkPixbuf *icon,
+ const char *icon_name,
int button_id);
ESidebarMode e_sidebar_get_mode (ESidebar *sidebar);