From c11baf1ad542260a067cd42643bef8939bed5d05 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 5 Jan 2009 18:41:06 +0000 Subject: fixed issue that the zoom slider tooltip showed the previous size when changing the slider with the mouse svn path=/trunk/KDE/kdebase/apps/; revision=906188 --- src/dolphinstatusbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinstatusbar.h') diff --git a/src/dolphinstatusbar.h b/src/dolphinstatusbar.h index c6a2e8c43..e28c1c4f4 100644 --- a/src/dolphinstatusbar.h +++ b/src/dolphinstatusbar.h @@ -165,7 +165,7 @@ private: * Updates the text of the zoom slider tooltip to show * the currently used size. */ - void updateZoomSliderToolTip(); + void updateZoomSliderToolTip(int zoomLevel); private: DolphinView* m_view; -- cgit v1.3.1