diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:46:31 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:46:31 +0000 |
commit | 61b538b0a1f7ed036bc9174c8e06b61886b02f77 (patch) | |
tree | 884d2fcc97ace26645488132d8cab2cabdae8369 /kde-base/plasma/files | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-61b538b0a1f7ed036bc9174c8e06b61886b02f77.tar.gz gentoo-2-61b538b0a1f7ed036bc9174c8e06b61886b02f77.tar.bz2 gentoo-2-61b538b0a1f7ed036bc9174c8e06b61886b02f77.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/plasma/files')
-rw-r--r-- | kde-base/plasma/files/plasma-4.0.3-kickoff.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kde-base/plasma/files/plasma-4.0.3-kickoff.patch b/kde-base/plasma/files/plasma-4.0.3-kickoff.patch new file mode 100644 index 000000000000..3e05cabba0b7 --- /dev/null +++ b/kde-base/plasma/files/plasma-4.0.3-kickoff.patch @@ -0,0 +1,12 @@ +diff -Naur plasma-4.0.3.orig/plasma/applets/kickoff/main.cpp plasma-4.0.3/plasma/applets/kickoff/main.cpp +--- plasma-4.0.3.orig/plasma/applets/kickoff/main.cpp 2008-03-27 21:34:51.000000000 +0100 ++++ plasma-4.0.3/plasma/applets/kickoff/main.cpp 2008-03-30 01:59:48.000000000 +0100 +@@ -36,7 +36,7 @@ + + KApplication app; + +- Kickoff::Launcher *launcher = new Kickoff::Launcher(0); ++ Kickoff::Launcher *launcher = new Kickoff::Launcher((QWidget*) 0); + launcher->setWindowTitle("Kickoff KDE 4 Test Application"); + // ensure launcher gets deleted when the app closes so that favorites, + // recent applications etc. are saved |