GNOME Bugzilla – Bug 772191
batch rename: tooltip not updated on change
Last modified: 2016-10-04 09:53:21 UTC
The tooltip text on items doesn't get updated on change How to reproduce: 1. Create some files touch 1 2 2. Select those -> Rename 3. Set template as '[Original file name][001, 002, 003]' 4. Hover over the new items (say 1001) Result: The tooltip still shows the old names (shows 1) Expected result: The tooltip should get updated on change of name (it should have shown 1001)
Created attachment 336793 [details] [review] batch-rename-dialog: Update tooltip on label change The tooltip is not updated if the label will be changed. To fix this, update the tooltip text each time the label changes.
Created attachment 336797 [details] [review] batch-rename-dialog: Update tooltip on label change The tooltip is not updated if the label will be changed. To fix this, update the tooltip text each time the label changes.
Review of attachment 336797 [details] [review]: ouch yes, idk why I accepted the other patch :( Thanks!
Attachment 336797 [details] pushed as a50f6e7 - batch-rename-dialog: Update tooltip on label change