After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171050 - dont disable Rename when more than one file is selected
dont disable Rename when more than one file is selected
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.6.x
Other All
: Normal enhancement
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2005-03-21 00:17 UTC by Alan Horkan
Modified: 2005-07-03 18:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (against gThumb HEAD). (4.58 KB, patch)
2005-07-01 10:44 UTC, Christian Neumair
none Details | Review
Missing piece (against HEAD). (887 bytes, patch)
2005-07-01 10:58 UTC, Christian Neumair
none Details | Review

Description Alan Horkan 2005-03-21 00:17:07 UTC
Instead of disabling Rename when more than one file is selected it would be more
helpful if it either offered to rename the first of the selected items or
display the dialog for "Rename Series".  

I much prefer when an application goes with the flow and does something instead
of blocking.
Comment 1 Christian Neumair 2005-07-01 10:44:58 UTC
Created attachment 48494 [details] [review]
Proposed patch (against gThumb HEAD).

The attached patch merges the single-file rename and the multi-file rename
feature. If there are multiple files selected, the multi-rename dialog is
brought up. Otherwise, single-file renaming is triggered.
Comment 2 Christian Neumair 2005-07-01 10:58:44 UTC
Created attachment 48495 [details] [review]
Missing piece (against HEAD).
Comment 3 Paolo Bacchilega 2005-07-03 18:15:40 UTC
I've just applied your patch to the CVS, thank you.
Comment 4 Alan Horkan 2005-07-03 18:38:36 UTC
Thank you both!  :)