From 03f92217ee2336adcbf9b1343ea03edac490ade5 Mon Sep 17 00:00:00 2001 From: craig Date: Mon, 30 Apr 2012 21:42:55 +0000 Subject: Update hunspell plugin, plugin manager to allow SE to see plugins, scplugin to have SE plugin attributes git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17485 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/scraction.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scribus/scraction.cpp') diff --git a/scribus/scraction.cpp b/scribus/scraction.cpp index 8834fdf..d57cba7 100644 --- a/scribus/scraction.cpp +++ b/scribus/scraction.cpp @@ -187,6 +187,8 @@ void ScrAction::triggeredToTriggeredData() emit triggeredData(layerID); if (_actionType==ScrAction::ActionDLL) emit triggeredData(((ScribusMainWindow*)parent())->doc); + if (_actionType==ScrAction::ActionDLLSE) + emit triggeredData(dynamic_cast(parent()), ((ScribusMainWindow*)parent())->doc); } void ScrAction::toggledToToggledData(bool ison) -- cgit