diff options
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h index 95b8f0b5a1..b5518f032b 100644 --- a/e-util/e-gui-utils.h +++ b/e-util/e-gui-utils.h @@ -6,7 +6,7 @@ void e_popup_menu (GtkMenu *menu, GdkEventButton *event); void e_auto_kill_popup_menu_on_hide (GtkMenu *menu); -void e_notice (GtkWindow *window, const char *type, const char *str); +void e_notice (GtkWindow *window, const char *type, const char *format, ...); #endif /* E_GUI_UTILS_H */ |