From 790391e3a90a709160301953e47bd8f2fdc39c07 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 13 Mar 2011 02:42:19 +0000 Subject: Enhance support for Flash in Konqueror (closes Bug 351) Patch courtesy of Ilya git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1224648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- nsplugins/viewer/nsplugin.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nsplugins/viewer/nsplugin.h') diff --git a/nsplugins/viewer/nsplugin.h b/nsplugins/viewer/nsplugin.h index e968eb684..1c241cc8e 100644 --- a/nsplugins/viewer/nsplugin.h +++ b/nsplugins/viewer/nsplugin.h @@ -315,6 +315,10 @@ private: TQPtrList _trash; TQCString _app; + + // If plugins use gtk, we call the gtk_init function for them --- + // but only do it once. + static bool s_initedGTK; }; -- cgit v1.2.1