Pixie 1.1: remember position for window each size, fix for list navigation

git-svn-id: svn://kolibrios.org@5509 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-03-08 14:39:42 +00:00
parent 6ac8497380
commit b7d84b4904
3 changed files with 47 additions and 34 deletions

View File

@@ -533,7 +533,7 @@ void ProcessLinks(int id)
if (UrlExtIs(".png")==1) || (UrlExtIs(".gif")==1) || (UrlExtIs(".jpg")==1) || (UrlExtIs(".zip")==1)
|| (UrlExtIs(".7z")==1) || (UrlExtIs("netcfg")==1)
{
notify(#URL);
//notify(#URL);
if (strcmpn(#URL,"http://:", 8)==0)
{
strcpy(#DL_URL, #URL);