Re: CVS: commit uwog abiword-plugins/tools/abicollab/xp CommandLine.cpp GNUmakefile.am

From: <msevior_at_physics.unimelb.edu.au>
Date: Fri Dec 22 2006 - 00:16:39 CET

>
> Update of /cvsroot/abiword-plugins/tools/abicollab/xp
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv12647/tools/abicollab/xp
>
> Modified Files:
> CommandLine.cpp GNUmakefile.am
> Log Message:
> Fix abicollab and abicommand
>

Marc,
     This commit looks like it removes the recording facility from AbiCollab.

It this correct?

Cheers

Martin

>
>
> Index: GNUmakefile.am
> ===================================================================
> RCS file: /cvsroot/abiword-plugins/tools/abicollab/xp/GNUmakefile.am,v
> retrieving revision 1.19
> retrieving revision 1.20
> diff -u -d -r1.19 -r1.20
> --- GNUmakefile.am 16 Dec 2006 00:29:44 -0000 1.19
> +++ GNUmakefile.am 21 Dec 2006 23:05:30 -0000 1.20
> @@ -17,8 +17,7 @@
> AbiCollab.cpp \
> AbiCollab_Packet.cpp \
> AbiCollab_Import.cpp \
> - AbiCollab_Export.cpp \
> - CommandLine.cpp
> + AbiCollab_Export.cpp
>
> libAbiCollab_la_LIBADD = \
> ../handlers/xp/libAbiCollabHandlers.la \
>
> Index: CommandLine.cpp
> ===================================================================
> RCS file: /cvsroot/abiword-plugins/tools/abicollab/xp/CommandLine.cpp,v
> retrieving revision 1.2
> retrieving revision 1.3
> diff -u -d -r1.2 -r1.3
> --- CommandLine.cpp 30 Nov 2006 23:12:22 -0000 1.2
> +++ CommandLine.cpp 21 Dec 2006 23:05:30 -0000 1.3
> @@ -45,7 +45,7 @@
> #include "ie_types.h"
> #include "ap_Convert.h"
> #include "ap_UnixApp.h"
> -#include "xap_UnixNullGraphics.h"
> +#include "gr_UnixNullGraphics.h"
> #include "ap_UnixFrame.h"
> #include "gr_DrawArgs.h"
>
> @@ -193,7 +193,7 @@
>
> m_pCurFrame->setAutoSaveFileExt (extension.utf8_str ());
> UT_DEBUGMSG(("Font Manager = %x \n",pUnixApp->getFontManager()));
> - XAP_UnixNullGraphicsAllocInfo ai (pUnixApp->getFontManager ());
> + GR_UnixNullGraphicsAllocInfo ai ();
>
> m_pG = (UnixNull_Graphics *) m_pApp->newGraphics (ai);
>
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
>
Received on Fri Dec 22 00:17:24 2006

This archive was generated by hypermail 2.1.8 : Fri Dec 22 2006 - 00:17:25 CET