summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kaffeine
diff options
context:
space:
mode:
authoralbator <albator@arcadia.vtf>2011-11-07 19:57:39 +0100
committeralbator <albator@arcadia.vtf>2011-11-07 19:57:39 +0100
commit03dfe5d102e7ea66edb72faefc170da82c76d707 (patch)
treebaa77d05b4a8e628b196326c774034f2727793e9 /ubuntu/maverick/applications/kaffeine
parentd06710500298b4e024a384f3bdba5e0f657f38bc (diff)
parentaa9c1d39fa05dac2c1bf569ac6828dbcd525f481 (diff)
downloadtde-packaging-03dfe5d102e7ea66edb72faefc170da82c76d707.tar.gz
tde-packaging-03dfe5d102e7ea66edb72faefc170da82c76d707.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
Diffstat (limited to 'ubuntu/maverick/applications/kaffeine')
-rw-r--r--ubuntu/maverick/applications/kaffeine/debian/install-codecs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/kaffeine/debian/install-codecs b/ubuntu/maverick/applications/kaffeine/debian/install-codecs
index 271285c4e..720dfcd4c 100644
--- a/ubuntu/maverick/applications/kaffeine/debian/install-codecs
+++ b/ubuntu/maverick/applications/kaffeine/debian/install-codecs
@@ -102,7 +102,7 @@ class CodecInstallerWidget(QDialog, apt.OpProgress):
return True
def install_cache_package(self, pkg):
- if os.system('kdesu -d \'adept_batch install ' + pkg.name + '\'') != 0:
+ if os.system('tdesu -d \'adept_batch install ' + pkg.name + '\'') != 0:
QApplication.exit(1)
return