[scribus-dev] [patch] fix for scribus/appmodehelper.cpp:495:4: error: 'scrActions' was not declared in this scope

Craig Bradney cbradney at scribus.info
Sun Sep 14 07:19:21 UTC 2014


On 14/09/2014 4:02 am, William Bader wrote:
> When I build the current Scribus 1.5 SVN on Fedora 20, I get a number of compile errors like the
> ones below.  The attached patch fixes them.
> 
> Regards,
> William Bader, Director of Research and Development, Software Consulting Services, LLC
> 
> /tmp/scribus15/scribus/appmodehelper.cpp: In member function 'void
> AppModeHelper::setFrameEditMode(bool)':
> 
> /tmp/scribus15/scribus/appmodehelper.cpp:495:4: error: 'scrActions' was not declared in this scope
> 
>   (*scrActions)["toolsPDFAnnot3D"]->setEnabled(b2);
> 
>     ^
> 
> /tmp/scribus15/scribus/appmodehelper.cpp: In member function 'void
> AppModeHelper::setSymbolEditMode(bool, ScribusDoc*)':
> 
> /tmp/scribus15/scribus/appmodehelper.cpp:540:4: error: 'scrActions' was not declared in this scope
> 
>   (*scrActions)["toolsPDFAnnot3D"]->setEnabled(b2);
> 

Thanks!

Fixed

Craig




More information about the scribus-dev mailing list