diff options
Diffstat (limited to 'e-util/e-dialog-widgets.c')
-rw-r--r-- | e-util/e-dialog-widgets.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/e-util/e-dialog-widgets.c b/e-util/e-dialog-widgets.c index 1a64b4b1b9..1386002973 100644 --- a/e-util/e-dialog-widgets.c +++ b/e-util/e-dialog-widgets.c @@ -147,7 +147,7 @@ e_dialog_combo_box_get (GtkWidget *widget, **/ GtkWidget * e_dialog_button_new_with_icon (const gchar *icon_name, - const gchar *label) + const gchar *label) { GtkIconSize icon_size = GTK_ICON_SIZE_BUTTON; GtkWidget *button; @@ -160,7 +160,8 @@ e_dialog_button_new_with_icon (const gchar *icon_name, } if (icon_name) - gtk_button_set_image (GTK_BUTTON (button), + gtk_button_set_image ( + GTK_BUTTON (button), gtk_image_new_from_icon_name (icon_name, icon_size)); gtk_widget_show (button); |