GNOME Bugzilla – Bug 156618
aborting gtksettings.c
Last modified: 2004-12-22 21:47:04 UTC
Please describe the problem: When GTK+ application program is run, the following message box is displayed immediately. +--------------------------------------------------------------------------------+ | Error | +--------------------------------------------------------------------------------+ |Gtk-ERROR **: file gtk\gtk\gtksettings.c: line 435: assertion failed: (result ==| |PROP_ALTERNATIVE_BUTTON_ORDER) | |aborting... | | +------------+ | | | OK | | | +------------+ | +--------------------------------------------------------------------------------+ Steps to reproduce: 1.compile GTK+ which is got from CVS. 2.install made DLLs, header files and import-librarys. 3.compile GTK+ application in its environment. 4.run GTK+ application program. Actual results: This message is displayed. "Gtk-ERROR **: file gtk\gtk\gtksettings.c: line 435: assertion failed: (result == PROP_ALTERNATIVE_BUTTON_ORDER) aborting..." Expected results: Does this happen every time? every time Other information:
Should be fixed now.