Re: [PATCH] make gconfig work with gtk-2.4

From: Andrew Morton
Date: Thu Dec 02 2004 - 03:23:09 EST


"J.A. Magallon" <jamagallon@xxxxxxx> wrote:
>
> I need this to make gconfig work under gtk-2.4. Without this, it just
> coredumps. There is some problem with pixmap creation/usage from XPM in
> the way it is done in gconf, so I just added some stock icons. It is even prettier..;)
>
> Could someone test this still works on gtk-2.0 or 2.2 ?


Seems to work OK here with gtk-1.2 and gtk-2.0.

1.2 spews lots of:


(gconf:27745): GLib-GObject-WARNING **: gobject.c:1002:g_object_set_property(): object class `GtkCellRendererToggle' has no property named `inconsistent'

(gconf:27745): GLib-GObject-WARNING **: gobject.c:1002:g_object_set_property(): object class `GtkCellRendererToggle' has no property named `inconsistent'

(gconf:27745): GLib-GObject-WARNING **: gobject.c:1002:g_object_set_property(): object class `GtkCellRendererToggle' has no property named `inconsistent'

and 2.0 whines a bit:

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): libglade-WARNING **: unknown widget class 'GtkToolButton'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be3f8'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be238'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be388'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be468'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be4d8'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be2a8'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be318'

(gconf:1484): GLib-GObject-WARNING **: gsignal.c:1893: signal `clicked' is invalid for instance `0x80be1c8'

(gconf:1484): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GtkButton'

(gconf:1484): Gtk-CRITICAL **: file gtkbutton.c: line 553 (gtk_button_clicked): assertion `GTK_IS_BUTTON (button)' failed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/