Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > c4aaebff5a034775f37cbc49827cf3b9 > files > 12

smart-0.51-17mdv2008.0.src.rpm

--- smart-0.51/contrib/ksmarttray/src/ksmarttray.cc~	2007-09-09 23:18:42.000000000 +0200
+++ smart-0.51/contrib/ksmarttray/src/ksmarttray.cc	2007-09-11 08:52:52.000000000 +0200
@@ -203,7 +203,7 @@
                 state = StateWaiting;
             } else {
                 process.resetAll();
-                process << "smart" << "upgrade" << "--check-update";
+                process << "smart-root" << "upgrade" << "--check-update";
                 if (!process.start()) {
                     KNotifyClient::event(sysTray.winId(), "fatalerror",
                                          "Couldn't run 'smart upgrade'.");