[Xfce4-commits] [xfce/thunar] 01/01: Fixed Gtk-WARNING - double-add widget to GtkBin container
noreply at xfce.org
noreply at xfce.org
Wed Sep 26 23:09:10 CEST 2018
This is an automated email from the git hooks/post-receive script.
a l e x p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit d4e39a499bbc917be8612b2527728bb7234d0c28
Author: Alexander Schwinn <alexxcons at xfce.org>
Date: Wed Sep 26 22:59:12 2018 +0200
Fixed Gtk-WARNING - double-add widget to GtkBin container
---
thunar/thunar-progress-view.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/thunar/thunar-progress-view.c b/thunar/thunar-progress-view.c
index 59d4260..299b1c2 100644
--- a/thunar/thunar-progress-view.c
+++ b/thunar/thunar-progress-view.c
@@ -235,10 +235,6 @@ thunar_progress_view_init (ThunarProgressView *view)
gtk_widget_set_can_focus (button, FALSE);
gtk_widget_show (button);
- image = gtk_image_new_from_icon_name ("process-stop", GTK_ICON_SIZE_BUTTON);
- gtk_container_add (GTK_CONTAINER (button), image);
- gtk_widget_show (image);
-
/* connect the view title to the action label */
exo_binding_new (G_OBJECT (view), "title", G_OBJECT (label), "label");
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list