desktop/qupzilla/0001-branded-speeddial.patch

18 lines
1016 B
Diff
Raw Normal View History

diff --git a/src/lib/plugins/speeddial.cpp b/src/lib/plugins/speeddial.cpp
2016-04-02 21:24:24 +08:00
index 6072e8b..7e59e93 100644
--- a/src/lib/plugins/speeddial.cpp
+++ b/src/lib/plugins/speeddial.cpp
2016-04-02 21:24:24 +08:00
@@ -66,7 +66,11 @@ void SpeedDial::loadSettings()
allPages = "url:\"https://www.qupzilla.com\"|title:\"QupZilla\";"
"url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";"
"url:\"https://github.com/QupZilla/qupzilla\"|title:\"QupZilla GitHub\";"
- "url:\"https://duckduckgo.com\"|title:\"DuckDuckGo\";";
2017-12-06 07:19:23 +08:00
+ "url:\"https://www.chakralinux.org\"|title:\"The Chakra Project\";"
2017-10-09 09:28:13 +08:00
+ "url:\"https://community.chakralinux.org\"|title:\"Forums\";"
+ "url:\"https://webchat.freenode.net/?channels=chakra\"|title:\"IRC\";"
2015-10-30 02:20:31 +08:00
+ "url:\"http://www.youtube.com/html5\"|title:\"YouTube-html5\";"
+ "url:\"https://duckduckgo.com/?t=chakra\"|title:\"DuckDuckGo\";";
}
changed(allPages);