- fixed: doubleclicking right grid didn't highlight the existing channel in left grid properly

- fixed: date-stamp in package name
This commit is contained in:
hbeham
2013-04-06 02:58:46 +02:00
parent 961f3be305
commit 915feb5992
2 changed files with 2 additions and 2 deletions

View File

@@ -987,7 +987,7 @@ namespace ChanSort.Ui
private void NavigateToChannel(ChannelInfo channel, GridView view)
{
if (channel == null) return;
int rowHandle = this.gviewRight.GetRowHandle(this.currentChannelList.Channels.IndexOf(channel));
int rowHandle = view.GetRowHandle(this.currentChannelList.Channels.IndexOf(channel));
if (view.IsValidRowHandle(rowHandle))
{
this.SelectFocusedRow(view, rowHandle);

View File

@@ -17,7 +17,7 @@ cd ..
del Website\ChanSort.zip 2>nul
copy Source\readme.txt %target%
cd %target%
c:\cygwin\bin\date +%Y-%m-%d>%TEMP%\date.txt
c:\cygwin\bin\date "+%%Y-%%m-%%d">%TEMP%\date.txt
set /p curdate=<%temp%\date.txt
"c:\program files (x86)\7-Zip\7z.exe" a -tzip ChanSort_%curdate%.zip *