~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konqueror/src/konqguiclients.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 13:28:20 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202132820-yaqzqr7livmarip5
Tags: 4:4.3.80-0ubuntu1
* New upstream release:
  - Drop kubuntu_05_konsole_colour_scheme.diff, applied upstream
  - Drop kubuntu_15-17.diff, applied upstream
  - Bump build-depend versions
  - Add build-depend on shared-desktop-ontologies for nepomuk support
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
  {
135
135
    QString description = i18n( "Show %1" ,  (*cIt)->name() );
136
136
    QString name = (*cIt)->desktopEntryName();
137
 
    //kDebug(1202) << "ToggleViewGUIClient: name=" << name;
 
137
    //kDebug() << "ToggleViewGUIClient: name=" << name;
138
138
    KToggleAction *action = new KToggleAction( description, this );
139
139
    mainWindow->actionCollection()->addAction( name.toLatin1(), action );
140
140
    action->setCheckedState( KGuiItem(i18n( "Hide %1" ,  (*cIt)->name() )) );