GNOME Bugzilla – Bug 576164
Crash on Windows when Icon is selected at GtkImage property page
Last modified: 2009-03-23 01:29:46 UTC
Steps to reproduce: 1. Run glade-3 2. Create top-level GtkWindow 3. Drop GtkImage on it 4. Select the image 5. On its property page click "Icon name" Stack trace:
+ Trace 213673
Other information: Same happens when Filename is selected.
*** This bug has been marked as a duplicate of 575206 ***
Rebuilt from svn trunk. Still crashes.
Thats really odd that the property class name can be null there, although he even wrote it in the bug my mind didnt want to accept it ;-) ... anyway thanks again for reopening, rebuilding on windows, I'm going to fix it differently, it seems somehow somewhere I broke GladePropertyClass; it should never have a null display name.
* gladeui/glade-command.c: Fix win32 crasher (bug 575206) again (seems I missed it was klass->name that was null, fixed it so it would never be null, and added g_assert() where the crash was. Fixed this time.
Doesn't crash anymore. Although i can't say (yet) that all functionality is intact.