https://bugzilla.xfce.org/show_bug.cgi?id=15024

            Bug ID: 15024
           Summary: Pathbar buttons are not resized on folder rename
    Classification: Xfce Core
           Product: Thunar
           Version: git
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
  Target Milestone: 1.8.3

Resizing works fine if the new folder name is longer than before.

But shortening the name of a folder does not trigger a shrink of the related
pathbar button.

The method of interest is:

"thunar_location_button_file_changed"
which is triggered by thunar_file_watch (see thunar_location_button_set_file) 

I quess the thunar-location-button is expanded by gtk, according to its new
label-size.
But for a shrinked label, some method has to be called on the widget to shrink.

Possibly the location-bar needs to be signaled to re-draw / re-calc. Currently
we only have the signals CLICKED and GONE to do so .. I guess a third signal
would be required.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to