GNOME Bugzilla – Bug 741356
Warning when insert-text callback of GtkEntry is called
Last modified: 2014-12-11 00:31:19 UTC
Created attachment 292476 [details] python example I get the following warning when the insert-text callback of a GtkEntry widget is called: Warning: g_value_get_int: assertion 'G_VALUE_HOLDS_INT (value)' failed The problem can be demonstrated with a simple example. The warning occurs in the python code, but not the C code.
Created attachment 292477 [details] C example
This is bug 644927, see https://bugzilla.gnome.org/show_bug.cgi?id=708676#c4 for a "workaround".
Thanks. I'll use the workaround as it appears that bug #644927 will not be fixed soon. *** This bug has been marked as a duplicate of bug 644927 ***