diff options
author | albator <albator@arcadia.vtf> | 2011-11-07 19:57:39 +0100 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-11-07 19:57:39 +0100 |
commit | 03dfe5d102e7ea66edb72faefc170da82c76d707 (patch) | |
tree | baa77d05b4a8e628b196326c774034f2727793e9 /ubuntu/maverick/applications/kaffeine | |
parent | d06710500298b4e024a384f3bdba5e0f657f38bc (diff) | |
parent | aa9c1d39fa05dac2c1bf569ac6828dbcd525f481 (diff) | |
download | tde-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-codecs | 2 |
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 |