Subversion Repositories Kolibri OS

Rev

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

Rev 2810 Rev 2839
Line 21... Line 21...
21
	return #history_list[history_current].Item;
21
	return #history_list[history_current].Item;
22
}
22
}
Line 23... Line 23...
23
 
23
 
24
void UrlsHistory::AddUrl() //òóò íóæåí ââîäèìûé ýëåìåíò - äëÿ óíèâåðñàëüíîñòè
24
void UrlsHistory::AddUrl() //òóò íóæåí ââîäèìûé ýëåìåíò - äëÿ óíèâåðñàëüíîñòè
-
 
25
{
25
{
26
	int i;
Line 26... Line 27...
26
	if (history_num>0) && (strcmp(#URL,#history_list[history_current].Item)==0) return;
27
	if (history_num>0) && (strcmp(#URL,#history_list[history_current].Item)==0) return;
27
 
28
 
28
	if (history_current>=MAX_HISTORY_NUM-1)
29
	if (history_current>=MAX_HISTORY_NUM-1)