From d2c859ad387d1220524145bc72f5ae0c911c9f40 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 27 Jan 2001 10:28:58 +0000 Subject: Fix the API to EDropdownButton by removing args that don't make much sense. svn path=/trunk/; revision=7854 --- widgets/misc/e-dropdown-button.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'widgets/misc/e-dropdown-button.h') diff --git a/widgets/misc/e-dropdown-button.h b/widgets/misc/e-dropdown-button.h index 4abf36b766..584cb0365b 100644 --- a/widgets/misc/e-dropdown-button.h +++ b/widgets/misc/e-dropdown-button.h @@ -63,13 +63,9 @@ struct _EDropdownButtonClass { GtkType e_dropdown_button_get_type (void); void e_dropdown_button_construct (EDropdownButton *dropdown_button, const char *label_text, - GtkMenu *menu, - GnomeUIInfo *ui_info, - void *data); + GtkMenu *menu); GtkWidget *e_dropdown_button_new (const char *label_text, - GtkMenu *menu, - GnomeUIInfo *ui_info, - void *data); + GtkMenu *menu); #ifdef __cplusplus } -- cgit v1.2.3