desktop/kde-workspace/04_plasma_kickoff_url.patch

20 lines
629 B
Diff
Raw Normal View History

2013-02-03 07:33:01 +08:00
--- plasma/desktop/applets/kickoff/ui/brandingbutton.cpp 2013-02-02 23:28:25.395227907 +0100
+++ plasma/desktop/applets/kickoff/ui/brandingbutton.cpp.new 2013-02-02 23:40:52.263704398 +0100
@@ -25,6 +25,7 @@
#include <KDebug>
#include <KStandardDirs>
#include <KRun>
+#include <KDE/KUrl>
#include <Plasma/Svg>
#include <Plasma/Theme>
@@ -68,7 +69,7 @@
2010-05-22 06:25:44 +08:00
void BrandingButton::openHomepage()
{
2013-02-03 07:33:01 +08:00
- new KRun(Plasma::Theme::defaultTheme()->homepage(), topLevelWidget(), false, false);
2015-01-28 06:09:09 +08:00
+ new KRun(KUrl("http://www.chakraos.org"), topLevelWidget(), false, false);
2013-02-03 07:33:01 +08:00
}
void BrandingButton::paintEvent(QPaintEvent *event)