~ubuntu-branches/ubuntu/utopic/kde4libs/utopic

« back to all changes in this revision

Viewing changes to kfile/kfilewidget.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-10-02 15:22:43 UTC
  • mfrom: (1.14.22) (0.1.28 sid)
  • Revision ID: package-import@ubuntu.com-20121002152243-k5qvzmkyuioevedo
Tags: 4:4.9.2-0ubuntu1
* New upstream bugfix release
* New files in kdelibs5-dev.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
2496
2496
    }
2497
2497
 
2498
2498
    static_cast<KToggleAction *>(q->actionCollection()->action("toggleSpeedbar"))->setChecked(show);
 
2499
 
 
2500
    // if we don't show the places panel, at least show the places menu
 
2501
    urlNavigator->setPlacesSelectorVisible(!show);
2499
2502
}
2500
2503
 
2501
2504
void KFileWidgetPrivate::_k_toggleBookmarks(bool show)