Blob Blame History Raw
Index: plasma/applets/kickoff/simpleapplet/simpleapplet.cpp
===================================================================
--- plasma/applets/kickoff/simpleapplet/simpleapplet.cpp	(revision 794725)
+++ plasma/applets/kickoff/simpleapplet/simpleapplet.cpp	(working copy)
@@ -132,7 +132,7 @@
 {
     KConfigGroup cg = config();
 
-    d->icon->setIcon(KIcon(cg.readEntry("icon","start-here-kde")));
+    d->icon->setIcon(KIcon(cg.readEntry("icon","start-here-fedora")));
     //setMinimumContentSize(d->icon->iconSize()); //setSize(d->icon->iconSize())
 
     {
Index: plasma/applets/kickoff/simpleapplet/plasma-applet-simplelauncher.desktop
===================================================================
--- plasma/applets/kickoff/simpleapplet/plasma-applet-simplelauncher.desktop	(revision 794725)
+++ plasma/applets/kickoff/simpleapplet/plasma-applet-simplelauncher.desktop	(working copy)
@@ -84,7 +84,7 @@
 Comment[x-test]=xxTraditional menu based application launcherxx
 Comment[zh_CN]=基于应用程序启动器的传统菜单
 Comment[zh_TW]=傳統選單式的應用程式啟動器
-Icon=start-here-kde
+Icon=start-here-fedora
 Type=Service
 X-KDE-ServiceTypes=Plasma/Applet
 X-KDE-Library=plasma_applet_simplelauncher
Index: plasma/applets/kickoff/applet/applet.cpp
===================================================================
--- plasma/applets/kickoff/applet/applet.cpp	(revision 794725)
+++ plasma/applets/kickoff/applet/applet.cpp	(working copy)
@@ -66,7 +66,7 @@
 {
     setHasConfigurationInterface(true);
 
-    d->icon = new Plasma::Icon(KIcon("start-here-kde"), QString(), this);
+    d->icon = new Plasma::Icon(KIcon("start-here-fedora"), QString(), this);
     d->icon->setFlag(ItemIsMovable, false);
     connect(d->icon, SIGNAL(pressed(bool)), this, SLOT(toggleMenu(bool)));
 
Index: plasma/applets/kickoff/applet/plasma-applet-launcher.desktop
===================================================================
--- plasma/applets/kickoff/applet/plasma-applet-launcher.desktop	(revision 794725)
+++ plasma/applets/kickoff/applet/plasma-applet-launcher.desktop	(working copy)
@@ -92,7 +92,7 @@
 Comment[x-test]=xxLauncher to start applicationsxx
 Comment[zh_CN]=应用程序的启动器
 Comment[zh_TW]=應用程式啟動器
-Icon=start-here-kde
+Icon=start-here-fedora
 Type=Service
 X-KDE-ServiceTypes=Plasma/Applet