[Xfce4-commits] [xfce/thunar] 07/07: Fix pathbar to on middle click open folders in new tabs (Bug #15302)

noreply at xfce.org noreply at xfce.org
Sat May 18 22:25:39 CEST 2019


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit e0ae19598b53f3f3199881fc3481c1a61b9e5965
Author: Andre Miranda <andreldm at xfce.org>
Date:   Thu Apr 18 22:33:09 2019 -0300

    Fix pathbar to on middle click open folders in new tabs (Bug #15302)
---
 thunar/thunar-location-button.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-location-button.c b/thunar/thunar-location-button.c
index e97cd0b..126ba93 100644
--- a/thunar/thunar-location-button.c
+++ b/thunar/thunar-location-button.c
@@ -563,7 +563,7 @@ thunar_location_button_button_release_event (GtkWidget            *button,
           if (open_in_tab)
             {
               /* open in tab */
-              g_signal_emit_by_name (G_OBJECT (button), "location-button-clicked", 0, TRUE);
+              g_signal_emit_by_name (G_OBJECT (button), "location-button-clicked", TRUE);
             }
           else
             {

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


More information about the Xfce4-commits mailing list