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 90935 - GtkIMContextClass inheritance ...
GtkIMContextClass inheritance ...
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.90.x
Other Linux
: Normal trivial
: 3.0
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks: 347771
 
 
Reported: 2002-08-16 10:00 UTC by Michael Meeks
Modified: 2010-09-08 23:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix GtkIMContextClass inheritance (871 bytes, patch)
2010-07-19 15:24 UTC, Javier Jardón (IRC: jjardon)
committed Details | Review

Description Michael Meeks 2002-08-16 10:00:22 UTC
struct _GtkIMContext
{
  GObject parent_instance;
};

struct _GtkIMContextClass
{
  GtkObjectClass parent_class;
Comment 1 Owen Taylor 2002-09-06 16:37:04 UTC
Can't be fixed without breaking bin compat, has no real
practical consequences.
Comment 2 Javier Jardón (IRC: jjardon) 2010-07-19 15:24:08 UTC
Created attachment 166164 [details] [review]
Fix GtkIMContextClass inheritance
Comment 3 Christian Dywan 2010-07-23 11:13:35 UTC
Review of attachment 166164 [details] [review]:

Looks fine, 2.90 only of course.
Comment 4 Javier Jardón (IRC: jjardon) 2010-08-08 04:19:30 UTC
Comment on attachment 166164 [details] [review]
Fix GtkIMContextClass inheritance

commit babdc8c1e8a8ffab62f2320d6a79da905340cd2b
Comment 5 Javier Jardón (IRC: jjardon) 2010-08-08 04:19:40 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.