diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-13 02:42:19 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-03-13 02:42:19 +0000 |
commit | 790391e3a90a709160301953e47bd8f2fdc39c07 (patch) | |
tree | fda62a7cc51ea534c00a75e8e546b1a456c613fb /nsplugins/viewer/nsplugin.h | |
parent | c4a00b7ddb3f1fc632080c2ecc670f568b37d179 (diff) | |
download | tdebase-790391e3a90a709160301953e47bd8f2fdc39c07.tar.gz tdebase-790391e3a90a709160301953e47bd8f2fdc39c07.zip |
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
Diffstat (limited to 'nsplugins/viewer/nsplugin.h')
-rw-r--r-- | nsplugins/viewer/nsplugin.h | 4 |
1 files changed, 4 insertions, 0 deletions
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<NSPluginInstance> _trash; TQCString _app; + + // If plugins use gtk, we call the gtk_init function for them --- + // but only do it once. + static bool s_initedGTK; }; |