Re: CVS: commit msevior abi/src/af/xap/unix xap_UnixAppImpl.cpp

From: Hubert Figuiere <hfiguiere_at_teaser.fr>
Date: Thu Sep 15 2005 - 16:07:34 CEST

> hack to stop "progExists" being stripped so AbiGimp can load.
>
>
> Index: xap_UnixAppImpl.cpp
> ===================================================================
> RCS file: /cvsroot/abi/src/af/xap/unix/xap_UnixAppImpl.cpp,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -d -r1.3 -r1.4
> --- xap_UnixAppImpl.cpp 29 May 2004 09:14:51 -0000 1.3
> +++ xap_UnixAppImpl.cpp 15 Sep 2005 12:17:31 -0000 1.4
> @@ -64,11 +64,17 @@
>
> bool XAP_UnixAppImpl::openURL(const char * szURL)
> {
> + //
> + // Need this to make AbiGimp Load!!!!!
> + //
> + if(progExists("epiphany"))
> + {
> + }

Why?

Hub
Received on Thu Sep 15 16:09:38 2005

This archive was generated by hypermail 2.1.8 : Thu Sep 15 2005 - 16:09:39 CEST