diff options
Diffstat (limited to 'e-util/e-alert.h')
-rw-r--r-- | e-util/e-alert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-alert.h b/e-util/e-alert.h index 97fe45e0e7..9d7cd3e03e 100644 --- a/e-util/e-alert.h +++ b/e-util/e-alert.h @@ -98,7 +98,7 @@ void e_alert_set_primary_text (EAlert *alert, const gchar * e_alert_get_secondary_text (EAlert *alert); void e_alert_set_secondary_text (EAlert *alert, const gchar *secondary_text); -const gchar * e_alert_get_stock_id (EAlert *alert); +const gchar * e_alert_get_icon_name (EAlert *alert); void e_alert_add_action (EAlert *alert, GtkAction *action, gint response_id); |