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 5018ddf800f16d3ac6a640411807fbd2ff193fbd Author: Simon Steinbeiss <[email protected]> Date: Sat Sep 23 23:26:12 2017 +0200 Fix the location-bar theming of the filler widget --- 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 50a6319..dff2f74 100644 --- a/thunar/thunar-location-buttons.c +++ b/thunar/thunar-location-buttons.c @@ -283,7 +283,7 @@ thunar_location_buttons_init (ThunarLocationButtons *buttons) g_signal_connect (G_OBJECT (buttons->right_slider), "button-release-event", G_CALLBACK (thunar_location_buttons_slider_button_release), buttons); g_signal_connect (G_OBJECT (buttons->right_slider), "clicked", G_CALLBACK (thunar_location_buttons_scroll_right), buttons); gtk_container_add (GTK_CONTAINER (buttons), buttons->right_slider); - gtk_widget_show (buttons->right_slider); + gtk_widget_hide (buttons->right_slider); icon = gtk_image_new_from_icon_name ("pan-end-symbolic", GTK_ICON_SIZE_BUTTON); gtk_container_add (GTK_CONTAINER (buttons->right_slider), icon); -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
