Re: CVS-1-27 compile error explained



On Sun, 2005-01-30 at 01:39 -0500, Nathan Fredrickson wrote:
> On Sat, 2005-29-01 at 22:59 -0500, Nathan Fredrickson wrote:
> > On Sat, 2005-29-01 at 17:38 -0500, Dan Williams wrote:
> > > Well, I decided to try not to use deprecated functions, and since a number 
> > > of the gnome guys here at work have been trying to get rid of libgnomeui 
> > > (for good reason), it seems this one has gone away.  I'll have to ask 
> > > around what the replacement for it is.
> > 
> > The replacement is gtk_window_set_default_icon_from_file().  This was
> > the panel-applet's only dependency on libgnomeui, so the #include can be
> > removed too.  Patch attached.
> > 
> > The only remaining dependency on libgnomeui is gnome-password-dialog in
> > info-daemon/NetworkManagerInfoVPN.c, but that's not deprecated yet.
> 
> The second problem Bill reported, the missing _(), is due to
> libgnome/gnome-i18n.h being deprecated.  Before being deprecated, this
> file included bonobo/bonobo-i18n.h, which defined _().  I believe
> glib/gi18n.h can be used instead.
> 
> The attached patch replaces my earlier patch and fixes both of the
> issues Bill reported.

Actually, this one got applied, not the earlier one :)

Thanks again,
Dan




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