On Fri, Apr 4, 2008 at 3:27 AM, lordphoenix <[EMAIL PROTECTED]> wrote: > Hi all, > When running my GTK# application I have often this error message > "(Biblix:17019): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text != > NULL' failed" > It doesn't prevent my application to be executed but I would like to > prevent this error. > > Does someone get an idea about what I can do?
Something's trying to assign null to a GTK# property. You can track it down with a GLib log handler -- take a look at http://anonsvn.mono-project.com/viewcvs/trunk/monodevelop/main/src/core/MonoDevelop.Core.Gui/MonoDevelop.Core.Gui/GLibLogging.cs?view=markup for an example. -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
