~ubuntu-branches/ubuntu/lucid/amarok/lucid-backports

« back to all changes in this revision

Viewing changes to .pc/kubuntu/05_kstatusnotifieritem.diff/src/App.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter, Scott Kitterman, Alessandro Ghersi, Harald Sitter
  • Date: 2010-04-08 18:04:54 UTC
  • Revision ID: james.westby@ubuntu.com-20100408180454-00kuavi4jywajvm2
Tags: 2:2.3.0-0ubuntu4
[ Scott Kitterman ]
* Add amarok replaces amarok-common (<< 2:2.0.2) for better upgrade support

[ Alessandro Ghersi ]
* amarok-utils replaces amarok (<= 2:2.2.0-0ubuntu2) (LP: #556535)

[ Harald Sitter ]
* In kubuntu/03_restricted_install.diff send the translated programName
  to the restrictedInstall interface instead of a hardcoded name
  + Get rid of unused var warning due to this patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                                                    "org.kubuntu.restrictedInstall",
217
217
                                                   "installRestricted");
218
218
    QList<QVariant> dbusargs;
219
 
    dbusargs.append("Amarok Player");
 
219
    dbusargs.append(aboutData.programName());
220
220
    dbusargs.append("libxine1-ffmpeg");
221
221
    m.setArguments(dbusargs);
222
 
    bool queued = QDBusConnection::sessionBus().send(m);
 
222
    QDBusConnection::sessionBus().send(m);
223
223
}
224
224
 
225
225
App::~App()