Re: [pygtk] Missing about icon in menu

2003-09-05 Thread James Henstridge
On 06/09/03 03:05, Benjamin Liblit wrote:

James Henstridge wrote:

I just left a note in the bug report you filed about this.


I can't find that report in GNOME bugzilla.  Link?

http://bugzilla.gnome.org/show_bug.cgi?id=121158

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Re: [pygtk] Missing about icon in menu

2003-09-05 Thread Benjamin Liblit
James Henstridge wrote:
I just left a note in the bug report you filed about this.
I can't find that report in GNOME bugzilla.  Link?

___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Re: [pygtk] Missing about icon in menu

2003-09-01 Thread James Henstridge
On 1/09/2003 3:07 PM, 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?
 

I just left a note in the bug report you filed about this.  The bug is 
in libgnome, and has been fixed in CVS (both 2.2 and 2.4 branches).  
There have been tarball releases on the 2.4 branch since then, but not 
2.2 branch.

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/


___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/


Re: [pygtk] Missing about icon in menu

2003-09-01 Thread Malcolm Tredinnick
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/