diff options
Diffstat (limited to 'widgets/misc/e-dropdown-button.h')
-rw-r--r-- | widgets/misc/e-dropdown-button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-dropdown-button.h b/widgets/misc/e-dropdown-button.h index 3e531dfcae..2571913e2d 100644 --- a/widgets/misc/e-dropdown-button.h +++ b/widgets/misc/e-dropdown-button.h @@ -57,7 +57,7 @@ struct _EDropdownButtonClass { }; -GtkType e_dropdown_button_get_type (void); +GType e_dropdown_button_get_type (void); void e_dropdown_button_construct (EDropdownButton *dropdown_button, const char *label_text, GtkMenu *menu); |