diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-27 18:28:58 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-27 18:28:58 +0800 |
commit | d2c859ad387d1220524145bc72f5ae0c911c9f40 (patch) | |
tree | 1e6cc70e9c84efef7bf84b716f0933f5c02cefaa /widgets/misc/e-dropdown-button.h | |
parent | ba1a7da8477e190988d7539705d0da41c2653369 (diff) | |
download | gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.gz gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.bz2 gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.lz gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.xz gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.tar.zst gsoc2013-evolution-d2c859ad387d1220524145bc72f5ae0c911c9f40.zip |
Fix the API to EDropdownButton by removing args that don't make much
sense.
svn path=/trunk/; revision=7854
Diffstat (limited to 'widgets/misc/e-dropdown-button.h')
-rw-r--r-- | widgets/misc/e-dropdown-button.h | 8 |
1 files changed, 2 insertions, 6 deletions
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 } |