desktop/qupzilla/qupzilla.diff

21 lines
1.1 KiB
Diff

--- src/lib/app/qupzilla.cpp.orig 2012-11-29 11:13:29.713925058 -0500
+++ src/lib/app/qupzilla.cpp 2012-11-29 11:14:38.660600110 -0500
@@ -560,7 +560,7 @@
//Url settings
settings.beginGroup("Web-URL-Settings");
- m_homepage = settings.value("homepage", "qupzilla:start").toUrl();
+ m_homepage = settings.value("homepage", "http://www.chakra-project.org/welcome.html").toUrl();
settings.endGroup();
QWebSettings* websettings = mApp->webSettings();
@@ -576,7 +576,7 @@
bool showWebSearchBar = settings.value("showWebSearchBar", true).toBool();
bool showBookmarksToolbar = settings.value("showBookmarksToolbar", true).toBool();
bool showNavigationToolbar = settings.value("showNavigationToolbar", true).toBool();
- bool showMenuBar = settings.value("showMenubar", true).toBool();
+ bool showMenuBar = settings.value("showMenubar", false).toBool();
bool makeTransparent = settings.value("useTransparentBackground", false).toBool();
m_sideBarWidth = settings.value("SideBarWidth", 250).toInt();
m_webViewWidth = settings.value("WebViewWidth", 2000).toInt();