[gthumb] progress dialog: fixed cancel button icon
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] progress dialog: fixed cancel button icon
- Date: Sat, 9 Nov 2013 20:13:38 +0000 (UTC)
commit dde50cec2e2e429a8dc3cbdb2311716d721eec8b
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Nov 9 20:36:21 2013 +0100
progress dialog: fixed cancel button icon
gthumb/gth-progress-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-progress-dialog.c b/gthumb/gth-progress-dialog.c
index d09837c..b71c335 100644
--- a/gthumb/gth-progress-dialog.c
+++ b/gthumb/gth-progress-dialog.c
@@ -146,7 +146,7 @@ gth_task_progress_init (GthTaskProgress *self)
gtk_widget_set_tooltip_text (self->cancel_button, _("Cancel operation"));
gtk_box_pack_start (GTK_BOX (vbox), self->cancel_button, TRUE, FALSE, 0);
- image = gtk_image_new_from_icon_name (_GTK_LABEL_CANCEL, GTK_ICON_SIZE_MENU);
+ image = gtk_image_new_from_icon_name ("edit-delete-symbolic", GTK_ICON_SIZE_MENU);
gtk_widget_show (image);
gtk_container_add (GTK_CONTAINER (self->cancel_button), image);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]