On 16-Oct-02 Hans-Peter Jansen wrote:
> I hope, I've made the correct fixes to sip/khtml_part.sip:
 
> --- ../PyKDE-3.3.2.orig/sip/khtml_part.sip  2002-08-21
> 20:08:45.000000000 +0200
> +++ ./sip/khtml_part.sip    2002-10-16 21:11:18.000000000 +0200
> @@ -124,8 +124,8 @@
>         QRect r;
>         int i = 0;
  
> -       if
> (sipParseArgs(&sipArgsParsed,sipArgs,"mJ0J0ii",sipThisObj,sipClass
> _KHTMLPart,&ptr, sipClass_QPainter, p,
> -           sipClass_QRect, r, i))
> +       if
> (sipParseArgs(&sipArgsParsed,sipArgs,"mJ0J0i",sipThisObj,sipClass_
> KHTMLPart,&ptr, sipClass_QPainter, p,
> +           sipClass_QRect, &r, i))
>         {

Looks correct to me, but I'm the one that screwed it up in the
first place :)

Thanks.

Jim

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to