diff options
| author | Peter Penz <[email protected]> | 2009-11-19 19:38:34 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-11-19 19:38:34 +0000 |
| commit | 2b6cceb0f6a46c47ad55f36379e38cb143f28d36 (patch) | |
| tree | b44bbd50bbaf676077dfd7a22a666bfeee77c8c8 /src/panels/information/informationpanel.cpp | |
| parent | f2c315a147ff4ec9c76e28e0636a02f81fba9548 (diff) | |
Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=1051553
Diffstat (limited to 'src/panels/information/informationpanel.cpp')
| -rw-r--r-- | src/panels/information/informationpanel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/panels/information/informationpanel.cpp b/src/panels/information/informationpanel.cpp index 028f0ae0c..05b1f89de 100644 --- a/src/panels/information/informationpanel.cpp +++ b/src/panels/information/informationpanel.cpp @@ -255,7 +255,7 @@ void InformationPanel::slotLeftDirectory(const QString& directory) // The signal 'leftDirectory' is also emitted when a media // has been unmounted. In this case no directory change will be // done in Dolphin, but the Information Panel must be updated to - // indicate an invalid directory. + // indicate an invalid directory. markUrlAsInvalid(); } } @@ -313,6 +313,7 @@ void InformationPanel::init() connect(dirNotify, SIGNAL(leftDirectory(QString)), SLOT(slotLeftDirectory(QString))); m_content = new InformationPanelContent(this); + connect(m_content, SIGNAL(urlActivated(KUrl)), this, SIGNAL(urlActivated(KUrl))); m_initialized = true; } |
