Re: [GnomeMeeting-devel-list] a little patch



Hello,


Thanks for continuing testing gnomemeeting! I applied your patch to CVS
and gnomemeeting 0.98.3.

Notice that gconf is being rewritten to depend only on GLib. It means
that non gnome users will soon be able to use GM with only GTK+, libxml
and OpenH323/PWlib (SDL being already optional too).

Le ven 29/08/2003 à 09:09, Georgi Georgiev a écrit :
> For those of us without Gnome:
> 
> Index: src/gnomemeeting.cpp
> ===================================================================
> RCS file: /cvs/gnome/gnomemeeting/src/gnomemeeting.cpp,v
> retrieving revision 1.95
> diff -u -r1.95 gnomemeeting.cpp
> --- src/gnomemeeting.cpp        26 Aug 2003 22:22:27 -0000      1.95
> +++ src/gnomemeeting.cpp        29 Aug 2003 07:07:07 -0000
> @@ -116,9 +116,11 @@
>    memset ((void *) rtp, 0, sizeof (struct _GmRtpData));
>    gw->progress_timeout = 0;
>    gw->ldap_window = gw->pref_window = gw->calls_history_window =
> -    gw->druid_window = gw->splash_win = gw->incoming_call_popup =
> -    gw->history_window = NULL;
> -                                                            
> +    gw->splash_win = gw->incoming_call_popup = gw->history_window =
> +#ifndef DISABLE_GNOME
> +    gw->druid_window =
> +#endif
> +    NULL;           
>    call_number = 0;
>  
>    MyApp = (this);
> 
> Any ideas why every second cvs command gives me a message like this:
> 
> $ cvs diff src/gnomemeeting.cpp 
> cvs [diff aborted]: unrecognized auth response from anoncvs.gnome.org: cvs pserver: cannot open /cvs/gnome/CVSROOT/config: I/O error
> 
> That is *exactly* every second command (actually, it is every second that succeeds).
-- 
 _	Damien Sandras
(o-	GnomeMeeting: http://www.gnomemeeting.org/
//\	FOSDEM 2003:  http://www.fosdem.org
v_/_	H.323 phone:  callto://ils.seconix.com/dsandras seconix com




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]