Hi, I have a number of warnings being outputted and I wanted to debug where they came from. GLib-WARNING **: g_set_prgname() called multiple times Gtk-WARNING **: menuitem: missing action (null)
Now the first one happens when I call Application.Init. By default, I am not passing any arguments to it. Strangely, it appears that some static initialization function somewhere is initializing gtk before I get a chance to do so. Obviously my code doesn't have such functions and so I am at a loss. I attempted to pass the argument: --gtk-debug=all to the command line but nothing happens, it seems to be ignored. I attempted to pass the arguments to the Application.Init function as well but no luck. Any ideas? I'm using stetic + GTK# version 2.12.10 on Ubuntu 9.10 and mono 2.6.4 Here the assembly references I have (if it can be of any help): atk-sharp gdk-sharp glade-sharp glib-sharp gtk-sharp pango-sharp Thanks
_______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
