After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 156618 - aborting gtksettings.c
aborting gtksettings.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Win32
2.5.x
Other All
: Normal major
: ---
Assigned To: gtk-win32 maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-10-27 18:40 UTC by Kazuki Iwamoto
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kazuki Iwamoto 2004-10-27 18:40:46 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:
Comment 1 Matthias Clasen 2004-10-27 18:58:42 UTC
Should be fixed now.