[Xfce4-commits] [xfce/thunar] 01/01: Fix the location-bar theming of the filler widget

noreply at xfce.org noreply at xfce.org
Sat Sep 23 23:41:54 CEST 2017


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 <simon.steinbeiss at elfenbeinturm.at>
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.


More information about the Xfce4-commits mailing list