[Xfce4-commits] [xfce/thunar] 01/01: Use symbolic icon for edit button in pathbar

noreply at xfce.org noreply at xfce.org
Thu Jun 7 13:05:28 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit c88f23f4deb75ea63b35f2d4627bfbb8f96bcf06
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Jun 7 08:05:16 2018 -0300

    Use symbolic icon for edit button in pathbar
---
 thunar/thunar-location-buttons.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-location-buttons.c b/thunar/thunar-location-buttons.c
index 39901b7..a13bcbe 100644
--- a/thunar/thunar-location-buttons.c
+++ b/thunar/thunar-location-buttons.c
@@ -301,7 +301,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   buttons->filler_widget = gtk_button_new ();
   g_signal_connect_swapped (buttons->filler_widget, "clicked", G_CALLBACK (thunar_location_buttons_on_filler_clicked), buttons);
 
-  icon = gtk_image_new_from_icon_name ("gtk-edit", GTK_ICON_SIZE_BUTTON);
+  icon = gtk_image_new_from_icon_name ("document-edit-symbolic", GTK_ICON_SIZE_BUTTON);
   gtk_widget_set_halign (icon, GTK_ALIGN_END);
   gtk_container_add (GTK_CONTAINER (buttons->filler_widget), icon);
   gtk_widget_show (icon);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list