Changeset 8910
- Timestamp:
- 10/15/07 22:16:57 (13 months ago)
- Files:
-
- 1 modified
-
trunk/src/groupchat_control.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/groupchat_control.py
r8904 r8910 1007 1007 os.path.join(path, puny_new_nick + ext) 1008 1008 for old_file in files: 1009 if os.path.exists(old_file) :1009 if os.path.exists(old_file) and old_file != files[old_file]: 1010 1010 if os.path.exists(files[old_file]): 1011 1011 # Windows require this
