Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8573 → Rev 8574

/programs/cmm/browser/WebView.c
231,7 → 231,6
} else {
// Loading the page is complete, free resources
redirect_count = 0;
http.hfree();
if (http_get_type==PAGE) {
history.add(http.cur_url);
if (!strchr(http.cur_url, '?')) {
250,6 → 249,7
free(http.content_pointer);
GetImg(false);
}
http.hfree();
}
break;
default:
/programs/cmm/browser/const.h
107,4 → 107,4
 
#define DEFAULT_URL URL_SERVICE_HOMEPAGE
 
char version[]="WebView 3.31a";
char version[]="WebView 3.31b";