[Gtk-sharp-list] Console output

Kevin Breit mrproper@ximian.com
Mon, 02 Feb 2004 14:35:49 -0500


On Mon, 2004-02-02 at 10:49 -0600, Mike Kestner wrote:
> On Sun, 2004-02-01 at 18:59, Kevin Breit wrote:
> > Hey,
> > 	I am getting the following error.  What does this mean and how do I fix
> > this?
> > 
> > (<unknown>:2675): Gtk-WARNING **: gtkwidget.c:2781: widget
> > `GtkImageMenuItem' has no activatable signal
> > "<gnome-md5sum>/MainWindow/OpenMD5File" without arguments
> 
> What code is producing this?

                ofile_item.AccelPath = "<gnome-md5sum>/MainWindow/
OpenFile";
                ofile_item.AddAccelerator("<gnome-md5sum>/MainWindow/
OpenFile", accelgroup, "o"[0], Gdk.ModifierType.ControlMask, Gtk.
AccelFlags.Visible);
                ofile_item.Image = new Gtk.Image(Gtk.Stock.Open, Gtk.
IconSize.Menu);

Stuff like that.

Kevin