~phablet-team/telephony-service/trunk

« back to all changes in this revision

Viewing changes to indicator/main.cpp

  • Committer: Gustavo Pichorim Boiko
  • Date: 2013-08-22 21:51:42 UTC
  • mto: This revision was merged to the branch mainline in revision 731.
  • Revision ID: gustavo.boiko@canonical.com-20130822215142-n35a9bw715g35ixx
Replace some calls of telephony-service-approver by the correct ones for the indicator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
    Tp::registerTypes();
50
50
 
51
 
    // check if there is already an instance of the approver running
 
51
    // check if there is already an instance of the indicator running
52
52
    if (ApplicationUtils::checkApplicationRunning(TP_QT_IFACE_CLIENT + ".TelephonyServiceIndicator")) {
53
53
        qDebug() << "Found another instance of the indicator. Quitting.";
54
54
        return 1;