diff options
| author | Peter Penz <[email protected]> | 2012-04-17 22:19:18 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2012-04-17 22:21:55 +0200 |
| commit | beeb9078f543af84e6364f1f5fe214453388f1b9 (patch) | |
| tree | a233ca14a66e67896642e723b89870ed4ecb3181 /src/dolphinmainwindow.h | |
| parent | 9f94aac23f8b6519de4847063fa20f588f9797ea (diff) | |
Ensure authentication data is cached properly
The attached patch sets the main window on the main directory
lister in DolphinView and KIO jobs in DolphinMainWindow to ensure
that login data for remote protocols such as sftp, ftp are cached
properly for the duration of the application. Otherwise, the end
user is going to end up being unnecessarily re-prompted to enter
password login information.
Thanks to Dawit Alemayehu for the patch!
REVIEW: 104614
FIXED-IN: 4.9.0
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index d4ca11adf..7e143f720 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -587,7 +587,7 @@ private: QToolButton* m_controlButton; QTimer* m_updateToolBarTimer; - KJob* m_lastHandleUrlStatJob; + KIO::Job* m_lastHandleUrlStatJob; /** * Set to true, if the filter dock visibility is only temporary set |
