desktop/qupzilla/qupzilla.diff
2012-03-23 14:33:07 +00:00

21 lines
1.1 KiB
Diff

--- src/lib/app/qupzilla.cpp.orig 2012-03-05 08:33:24.000000000 -0500
+++ src/lib/app/qupzilla.cpp 2012-03-05 14:33:05.027117810 -0500
@@ -549,7 +549,7 @@
//Url settings
settings.beginGroup("Web-URL-Settings");
- m_homepage = settings.value("homepage", "qupzilla:start").toUrl();
+ m_homepage = settings.value("homepage", "http://www.chakra-linux.org/welcome.html").toUrl();
settings.endGroup();
QWebSettings* websettings = mApp->webSettings();
@@ -563,7 +563,7 @@
bool showBackForwardIcons = settings.value("showBackForwardButtons", 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 showAddTab = settings.value("showAddTabButton", false).toBool();
bool makeTransparent = settings.value("useTransparentBackground", false).toBool();
m_sideBarWidth = settings.value("SideBarWidth", 250).toInt();