Re: [Sugar-devel] [PATCH V2] Copying files multiple times results in bogus names. (SL#2060)

2010-11-12 Thread Sascha Silbe
Excerpts from shanjit's message of Fri Nov 12 16:50:01 +0100 2010: > For every existing file copied to the location, the names are explicitly > changed to filename_copynumber. e.g. games_1.png, games_2.png. games_3.jpg > and so on. The patch is fine, thanks! It would be nice if you could tweak

[Sugar-devel] [PATCH V2] Copying files multiple times results in bogus names. (SL#2060)

2010-11-12 Thread shanjit
From: Shanjit Singh Jajmann For every existing file copied to the location, the names are explicitly changed to filename_copynumber. e.g. games_1.png, games_2.png. games_3.jpg and so on. --- src/jarabe/journal/model.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/s