gcmd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-usr] advanced rename features


From: Uwe Scholz
Subject: Re: [gcmd-usr] advanced rename features
Date: Tue, 29 Oct 2013 16:29:36 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Michael <address@hidden> schrieb am [Tue, 29.10.2013 14:03]:
> Uwe,
> 
> Well i know the arguments ;)
> 
> I really meant a minimum of 2, for $c, but not any static value (since i 
> often have >> 100 files in image folders)

Ah, ok. Now I got it... 

A very quick and dirty hack is:

Insert 

if (defaults.default_profile.counter_width < 2) 
defaults.default_profile.counter_width = 2; 

right before line number 596 in gnome-cmd-advrename-dialog.cc

This should do what you want.

Best wishes,
Uwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]