rpms/kdebase-workspace/devel kdebase-workspace-4.0.72-rootprivs.patch, 1.2, 1.3

Kevin Kofler kkofler at fedoraproject.org
Mon Sep 1 20:53:56 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdebase-workspace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13937/devel

Modified Files:
	kdebase-workspace-4.0.72-rootprivs.patch 
Log Message:
* Mon Sep 01 2008 Kevin Kofler <Kevin at tigcc.ticalc.org> 4.1.1-2
- show KCM icon in rootprivs patch (thanks to Harald Sitter "apachelogger")

kdebase-workspace-4.0.72-rootprivs.patch:

Index: kdebase-workspace-4.0.72-rootprivs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kdebase-workspace/devel/kdebase-workspace-4.0.72-rootprivs.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kdebase-workspace-4.0.72-rootprivs.patch	1 Aug 2008 14:54:59 -0000	1.2
+++ kdebase-workspace-4.0.72-rootprivs.patch	1 Sep 2008 20:53:56 -0000	1.3
@@ -71,7 +71,7 @@
 +            cmd = cmd.remove(0,9).trimmed();
 +
 +        QStringList args;
-+        args << "-c" << QString( "%1 %2 --lang %3" ).arg( KStandardDirs::locate("exe", "kcmshell4") ).arg( cmd ).arg( KGlobal::locale()->language() );
++        args << "-i" << QString( mItem->service->icon() ) << "-c" << QString( "%1 %2 --lang %3" ).arg( KStandardDirs::locate("exe", "kcmshell4") ).arg( cmd ).arg( KGlobal::locale()->language() );
 +
 +        kDebug() << "Starting root module: " << args;
 +        QProcess::execute( kdesu, args );




More information about the fedora-extras-commits mailing list