On Fri, 15 Jun 2007 16:52:36 -0700, chuck ctl@arrowtwins.com wrote:
Hi,
Just built svn 1624 on windows, and when run from a terminal window, I get the following 22 times. Of course then Geany comes up and seems to run fine.
(geany.exe:3192): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
These messages are more or less harmless. Anyway, I want to fix it. But when I start Geany in a terminal window(we are talking about cmd.exe?) then I don't get any messages and that's why they still exist. How did you build Geany?
Doesn't seem to give enough info for me to look into it further. EG. What is the 3192 referring to?
3192 is just the process id of Geany.
I've seen this kind of error on other GTK apps from time to time (windows and Linux). Being new to GTK development, I'm just
I can't talk about the other GTK apps but in Geany these messages are probably caused by setting the sensitivity (enabled or disabled) of widgets which are not available on Windows. I'm not yet sure at the moment but I guess it is related to the disabled build system on Windows. Once I'm able to get these messages I'll start to fix them.
Regards, Enrico