diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-08-10 18:52:06 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-08-10 18:52:06 +0200 |
| commit | 38381bc6a2999b1d8a0b8a6e2b8d703faa0944d9 (patch) | |
| tree | 62d797b7f34cabd8ff48db15afd469da1ba01612 /src/dolphintabpage.cpp | |
| parent | 1ffb64db1f6d3436db6e637f8669319e96a17797 (diff) | |
Implemented DolphinTabWidget class to encapsulate the tab handling from DolphinMainWindow.
REVIEW: 119115
Diffstat (limited to 'src/dolphintabpage.cpp')
| -rw-r--r-- | src/dolphintabpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index 82be6d59c..d1184a9f2 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -246,7 +246,7 @@ void DolphinTabPage::slotViewActivated() } emit activeViewUrlChanged(activeViewContainer()->url()); - emit activeViewChanged(); + emit activeViewChanged(activeViewContainer()); } DolphinViewContainer* DolphinTabPage::createViewContainer(const KUrl& url) const |
