Subversion Repositories Kolibri OS

Rev

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

Rev 7806 Rev 7970
Line 174... Line 174...
174
					mail_list.h = mouse.y - mail_list.y-2;
174
					mail_list.h = mouse.y - mail_list.y-2;
175
					DrawMailBox();
175
					DrawMailBox();
176
					break;
176
					break;
177
				}
177
				}
Line 178... Line 178...
178
 
178
 
Line 179... Line 179...
179
				PageLinks.HoverAndProceed(mouse.x, mouse.y);
179
				links.hover(mouse.x, mouse.y);
180
 
180
 
Line 181... Line 181...
181
				if (!mail_list.count) break;
181
				if (!mail_list.count) break;
Line 417... Line 417...
417
   return atoi(#mailsize1); 
417
   return atoi(#mailsize1); 
418
}
418
}
Line 419... Line 419...
419
 
419
 
420
 
420
 
421
void EventClickLink() {
421
void EventClickLink() {
422
	RunProgram("/sys/network/WebView", PageLinks.GetURL(PageLinks.active));	
422
	RunProgram("/sys/network/WebView", links.active_url);