Skip to content

Commit

Permalink
Use symbolic icon for edit button in pathbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Miranda committed Jun 7, 2018
1 parent 8fd9a72 commit c88f23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunar/thunar-location-buttons.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c88f23f

Please sign in to comment.