~ubuntu-branches/ubuntu/jaunty/kdebase-workspace/jaunty-security

« back to all changes in this revision

Viewing changes to debian/patches/kubuntu_74_kickoff_default_favourites.diff

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-03-27 18:46:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090327184638-hpogy372pj6qz6i7
Tags: 4:4.2.1a-0ubuntu12
Add kubuntu_74_kickoff_default_favourites.diff to set nicer
favourites in kickoff

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- kdebase-workspace-4.2.1a/plasma/applets/kickoff/core/favoritesmodel.cpp     2008-12-21 20:19:15.000000000 +0000
 
2
+++ kdebase-workspace-4.2.1a/plasma/applets/kickoff/core/favoritesmodel.cpp     2009-03-27 18:45:02.000000000 +0000
 
3
@@ -91,7 +91,7 @@
 
4
     }
 
5
     static QList<QString> defaultFavorites() {
 
6
         QList<QString> applications;
 
7
-        applications << "konqbrowser" << "kmail" << "systemsettings" << "dolphin";
 
8
+        applications << "konqbrowser" << "Kontact" << "systemsettings" << "dolphin" << "kopete" << "amarok";
 
9
 
 
10
         QList<QString> desktopFiles;
 
11