diff options
| author | Peter Penz <[email protected]> | 2007-04-12 17:39:10 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-04-12 17:39:10 +0000 |
| commit | c273b0ae1be6b0d55cf951e7c7befaefb03f3517 (patch) | |
| tree | dd87dfd2724ba65523029ebb2f382c3b9f939901 /src/dolphinview.h | |
| parent | b42bd8c69dc6209bc65e59d7a3a523ce709c2b77 (diff) | |
fix issue that the view properties are not read out correctly for first directory after starting Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=653129
Diffstat (limited to 'src/dolphinview.h')
| -rw-r--r-- | src/dolphinview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinview.h b/src/dolphinview.h index d60556663..f6b85f96b 100644 --- a/src/dolphinview.h +++ b/src/dolphinview.h @@ -429,7 +429,7 @@ protected: virtual void mouseReleaseEvent(QMouseEvent* event); private slots: - void loadDirectory(const KUrl& kurl); + void changeDirectory(const KUrl& url); void triggerItem(const QModelIndex& index); void updateProgress(int percent); |
