On Mon, 2003-09-01 at 17:07, Colin Fox wrote: > For some reason, when I create a Gnome project, and add a Gnome app > window, the yellow star beside the About menu doesn't show up in my > program. It shows up in the glade editor, though. > > All the other icons in the menus are fine. Just the about star is > missing. > > Is anyone else getting this, or is there something strange about my > setup?
No, it's pretty much just you. (He says looking at the application he's working on that has a nice shiny yellow star next to "About".) The only thing that immediately comes to mind is that the About icon is one of the few stock icons that comes from libgnomeui, rather than GTK+. So have you imported gnome.ui and run gnome.init_program()? Cheers, Malcolm _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
