Commited

P.S.: I'm a moron.

--- Goran Thyni <[EMAIL PROTECTED]> wrote:
> fixes a typo in recently added code:
> 
> ------------------ snip
> -------------------------------------------------
> 
> Index: xap/unix/xap_UnixFrame.cpp
>
===================================================================
> RCS file:
> /cvsroot/abi/src/af/xap/unix/xap_UnixFrame.cpp,v
> retrieving revision 1.87
> diff -u -r1.87 xap_UnixFrame.cpp
> --- xap/unix/xap_UnixFrame.cpp        2000/07/27 15:18:13
> 1.87
> +++ xap/unix/xap_UnixFrame.cpp        2000/07/27 16:05:48
> @@ -649,7 +649,7 @@
>               execstring = g_strdup_printf("netscape -remote
> openURL\\(%s\\) || netscape %s &", szURL, szURL);
>       }
>       system(execstring);
> -     gfree(execstring);
> +     g_free(execstring);
>       FREEP(statbuf);
>       return UT_FALSE;
>  }
> 
> 
> 


=====
Joaquin Cuenca Abela
e-mail: [EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Get Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/



Reply via email to