X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fswfoutput.cc;h=2353efe8aa416bf371ab988a5238052163806c13;hb=ff6eab9880aba3d04d852cfa5b7cef01895db124;hp=18e86d9558fdba6173898eb01656f6b9176ad44b;hpb=67bad8c356fd35f63c818d81607190dfae12c4f7;p=swftools.git diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index 18e86d9..2353efe 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1176,7 +1176,7 @@ void drawlink(struct swfoutput*obj, ActionTAG*actions, swfcoord*points) swf_ButtonSetRecord(tag,0x04,myshapeid2,depth,0,0); swf_ButtonSetRecord(tag,0x08,myshapeid,depth,0,0); swf_SetU8(tag,0); - swf_SetActions(tag,actions); + swf_ActionSet(tag,actions); swf_SetU8(tag,0); tag = swf_InsertTag(tag,ST_PLACEOBJECT2);