Subversion Repositories Kolibri OS

Rev

Rev 7914 | Rev 7936 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7914 Rev 7920
Line 142... Line 142...
142
		}
142
		}
143
	} else {
143
	} else {
144
		history.add(URL_SERVICE_HOMEPAGE);
144
		history.add(URL_SERVICE_HOMEPAGE);
145
	}
145
	}
146
	shared_url = memopen(#webview_shared, URL_SIZE+1, SHM_CREATE + SHM_WRITE);
146
	shared_url = memopen(#webview_shared, URL_SIZE+1, SHM_CREATE + SHM_WRITE);
-
 
147
	ESDWORD[shared_url] = '\0';
147
}
148
}
Line 148... Line 149...
148
 
149
 
149
void main()
150
void main()
150
{
151
{