From 2fa1dce9772b556d85b875f6d7d4bf1b466e6dca Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 18 Jan 2011 19:56:18 +0000 Subject: Assure that the enabled plugins for previews are set for the Information Panel and the tooltips. This fixes the issue that a disabled thumbnail-plugin might be chosen. For 4.7 it should be considered to move this code into KIO::filePreview() as default already (will provide a patch on the reviewboard). svn path=/trunk/KDE/kdebase/apps/; revision=1215459 --- src/views/tooltips/tooltipmanager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/views/tooltips/tooltipmanager.h') diff --git a/src/views/tooltips/tooltipmanager.h b/src/views/tooltips/tooltipmanager.h index f8bcd3dfd..2dee9d286 100644 --- a/src/views/tooltips/tooltipmanager.h +++ b/src/views/tooltips/tooltipmanager.h @@ -87,6 +87,7 @@ private: bool m_appliedWaitCursor; KFileItem m_item; QRect m_itemRect; + QStringList m_enabledPlugins; }; #endif -- cgit v1.3