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

« back to all changes in this revision

Viewing changes to .pc/kubuntu/07_dont_ask_music_dir.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:
217
217
                                                    "org.kubuntu.restrictedInstall",
218
218
                                                   "installRestricted");
219
219
    QList<QVariant> dbusargs;
220
 
    dbusargs.append("Amarok Player");
 
220
    dbusargs.append(aboutData.programName());
221
221
    dbusargs.append("libxine1-ffmpeg");
222
222
    m.setArguments(dbusargs);
223
 
    bool queued = QDBusConnection::sessionBus().send(m);
 
223
    QDBusConnection::sessionBus().send(m);
224
224
}
225
225
 
226
226
App::~App()