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 625101 - GtkNotebook::switch-page has the wrong type
GtkNotebook::switch-page has the wrong type
Status: RESOLVED DUPLICATE of bug 624687
Product: gtk+
Classification: Platform
Component: Widget: GtkNotebook
2.90.x
Other Linux
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-07-23 09:07 UTC by Philip Withnall
Modified: 2010-07-23 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix type of GtkNotebook::switch-page (804 bytes, patch)
2010-07-23 09:07 UTC, Philip Withnall
none Details | Review

Description Philip Withnall 2010-07-23 09:07:27 UTC
Created attachment 166430 [details] [review]
Fix type of GtkNotebook::switch-page

This is causing assertion failures as the signal marshalling code tries to unbox a pointer from the signal invocation, and it ends up with a GtkWidget.
Comment 1 Christian Dywan 2010-07-23 09:21:05 UTC

*** This bug has been marked as a duplicate of bug 624687 ***