On Sat, 29 Jan 2005, Bill Moss wrote: > #define _(x) (x) Ok, this is for gettext, which defines the _() function to be its funcction to grab the translation out of the .po files. That's interesting.
> In addition, in the file NMWirelessApplet.c, I added > > #include <gtk/gtkwindow.h> > void gnome_window_icon_set_default_from_file (const char *filename); > > These two lines should have been taken care of by the include > > #include <libgnomeui/libgnomeui.h> > > since > > /usr/include/libgnomeui-2.0/libgnomeui/gnome-window-icon.h > > contains the gnome_window_icon_set_default_from_file function prototype > and this header is included in > /usr/include/libgnomeui-2.0/libgnomeui/libgnomeui.h. Ok, given that that seems to be deprecated, I'll have to see where that's used and find out what its supposed to be now... Dan _______________________________________________ NetworkManager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
