>
> Update of /cvsroot/abi/src/af/xap/unix
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv1423/src/af/xap/unix
>
> Modified Files:
> xap_UnixFrameImpl.h
> Log Message:
>
> Hook up xap_UnixFrameImpl::_rebuildMenus to XAP_Frame::rebuildMenus
>
OK this commit will provide another means to break both Win32 and OSX.
Both platforms need to implement xap_*FrameImpl::_rebuildMenus(void) since
xap_FrameImpl::_rebuildMenus() = 0;
is pure virtual.
Cheers
Martin
>
> Index: xap_UnixFrameImpl.h
> ===================================================================
> RCS file: /cvsroot/abi/src/af/xap/unix/xap_UnixFrameImpl.h,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -d -r1.16 -r1.17
> --- xap_UnixFrameImpl.h 11 May 2006 06:50:32 -0000 1.16
> +++ xap_UnixFrameImpl.h 16 Sep 2006 14:16:25 -0000 1.17
> @@ -109,8 +109,8 @@
> void setTimeOfLastEvent(guint32 eventTime);
>
> virtual void _queue_resize();
> - void _rebuildMenus(void);
> - void _rebuildToolbar(UT_uint32 ibar);
> + virtual void _rebuildMenus(void);
> + virtual void _rebuildToolbar(UT_uint32 ibar);
> GtkWidget * _getSunkenBox(void) {return m_wSunkenBox;}
>
> virtual void _setFullScreen(bool changeToFullScreen);
>
> -----------------------------------------------
> 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 Sat Sep 16 16:22:38 2006
This archive was generated by hypermail 2.1.8 : Sat Sep 16 2006 - 16:22:39 CEST