Subversion Repositories Kolibri OS

Rev

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

Rev 8443 Rev 8444
Line 39... Line 39...
39
//===================================================//
39
//===================================================//
40
//                                                   //
40
//                                                   //
41
//                       DATA                        //
41
//                       DATA                        //
42
//                                                   //
42
//                                                   //
43
//===================================================//
43
//===================================================//
44
char version[]="WebView 3.12";
44
char version[]="WebView 3.14";
Line 45... Line 45...
45
 
45
 
Line 46... Line 46...
46
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
46
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
47
 
47
 
Line 902... Line 902...
902
 
902
 
903
	if (content_type[0] == 'i') {
903
	if (content_type[0] == 'i') {
904
		EventDownloadAndOpenImage(http.cur_url);
904
		EventDownloadAndOpenImage(http.cur_url);
905
		StopLoading();
905
		StopLoading();
906
	}if (content_type[0] == 'a') { 
906
	}if (content_type[0] == 'a') { 
907
		EventOpenDownloader(history.current());
907
		EventOpenDownloader(http.cur_url);
908
		StopLoading();
908
		StopLoading();
909
	}
909
	}
Line 910... Line 910...
910
}
910
}