From c273b0ae1be6b0d55cf951e7c7befaefb03f3517 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Thu, 12 Apr 2007 17:39:10 +0000 Subject: 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 --- src/dolphinview.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinview.h') 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); -- cgit v1.3