~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to krunner/runners/shell/shellrunner.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Richard A. Johnson
  • Date: 2008-05-02 23:57:34 UTC
  • mfrom: (1.2.1 upstream) (20.1.22 hardy)
  • Revision ID: james.westby@ubuntu.com-20080502235734-kwrykz4qcvunwqf4
Tags: 4:4.0.4-0ubuntu1~hardy1
* New upstream release (LP: #225994)
* Updated control file (LP: #220655)
* Updated install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
        Plasma::SearchMatch* action = search->addExactMatch(this);
54
54
        action->setIcon(KIcon("system-run"));
55
55
        action->setText(i18n("Run %1", search->searchTerm()));
 
56
        action->setRelevance(1);
56
57
    }
57
58
}
58
59