aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
384 stars 62 forks source link

iniwrite writes duplicates keys in writing channels names in settings.ini #30

Closed aviaryan closed 10 years ago

aviaryan commented 10 years ago

Cure - Use ini2Obj() and Obj2Ini() . Don't know what's the reason .. Reference > #15

aviaryan commented 10 years ago

Tested a fix for some 20 days now. This issue seems fixed.

aviaryan commented 10 years ago

The issue is with LV_GetNext() command which is not set to enumerate focused cells. Thus if you repeatedly delete cells in channel Organizer, blank is passed instead of channel and clip numbers which further creates more problems.