diff options
| author | Peter Penz <[email protected]> | 2009-10-17 12:23:38 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-17 12:23:38 +0000 |
| commit | 998b88f304a79ba4e2ac67455bad4d69bffa8919 (patch) | |
| tree | b2453503c15865329debff1f2094a34c29705b93 /src/panels/information/informationpanelcontent.cpp | |
| parent | e68c76c19ab833f9b0c270e2e82085eda1a4f16a (diff) | |
* get rid of MetaDataWidget::openConfigurationDialog()
* allow to hide specific data for applications
* check whether Nepomuk has been activated (the check with #idfef HAVE_NEPOMUK is not sufficient in the case if Nepomok is available but not activated)
svn path=/trunk/KDE/kdebase/apps/; revision=1036556
Diffstat (limited to 'src/panels/information/informationpanelcontent.cpp')
| -rw-r--r-- | src/panels/information/informationpanelcontent.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp index 41f9e2c5a..b47ee7840 100644 --- a/src/panels/information/informationpanelcontent.cpp +++ b/src/panels/information/informationpanelcontent.cpp @@ -307,7 +307,8 @@ void InformationPanelContent::configureSettings() m_previewSeparator->setVisible(isChecked); InformationPanelSettings::setShowPreview(isChecked); } else if (action == configureAction) { - m_metaDataWidget->openConfigurationDialog(); + MetaDataConfigurationDialog dialog(m_metaDataWidget, this, Qt::Dialog); + dialog.exec(); } showItem(m_item); |
