mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: "J.A. Magallon" <jamagallon@able.es>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] make gconfig work with gtk-2.4
Date: Thu, 2 Dec 2004 00:21:55 -0800	[thread overview]
Message-ID: <20041202002155.5ce64e20.akpm@osdl.org> (raw)
In-Reply-To: <1101949263l.27549l.0l@werewolf.able.es>

"J.A. Magallon" <jamagallon@able.es> 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

  reply	other threads:[~2004-12-02  8:22 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-30 17:50 2.6.10-rc2-mm4 Andrew Morton
2004-11-30 18:06 ` 2.6.10-rc2-mm4 Arjan van de Ven
2004-11-30 18:21   ` 2.6.10-rc2-mm4 Andrew Morton
2004-11-30 18:25     ` 2.6.10-rc2-mm4 Arjan van de Ven
2004-11-30 18:32       ` 2.6.10-rc2-mm4 Andrew Morton
2004-11-30 17:44         ` 2.6.10-rc2-mm4 Alan Cox
2004-11-30 19:46           ` 2.6.10-rc2-mm4 Andrew Morton
2004-11-30 19:36         ` 2.6.10-rc2-mm4 Arjan van de Ven
2004-11-30 18:48       ` 2.6.10-rc2-mm4 William Lee Irwin III
2004-12-02  8:03         ` 2.6.10-rc2-mm4 Jes Sorensen
2004-12-02  8:01     ` 2.6.10-rc2-mm4 Jes Sorensen
2004-11-30 18:31   ` 2.6.10-rc2-mm4 Christoph Hellwig
2004-11-30 18:38     ` 2.6.10-rc2-mm4 Alan Cox
2004-11-30 18:30 ` 2.6.10-rc2-mm4 Christoph Hellwig
2004-11-30 19:18 ` 2.6.10-rc2-mm4 Stephen Smalley
2004-11-30 19:29   ` 2.6.10-rc2-mm4 Chris Wright
2004-11-30 19:43     ` 2.6.10-rc2-mm4 Christoph Hellwig
2004-11-30 19:55       ` 2.6.10-rc2-mm4 Jeff Mahoney
2004-12-01 23:32       ` 2.6.10-rc2-mm4 Jeffrey Mahoney
2004-12-02  1:01         ` 2.6.10-rc2-mm4 Chris Wright
2004-12-02  1:11           ` 2.6.10-rc2-mm4 Jeff Mahoney
2004-12-02 13:32           ` 2.6.10-rc2-mm4 Stephen Smalley
2004-12-02 13:15         ` 2.6.10-rc2-mm4 Stephen Smalley
2004-12-07 19:57           ` 2.6.10-rc2-mm4 Jeff Mahoney
2004-12-07 20:28             ` 2.6.10-rc2-mm4 Stephen Smalley
2004-12-07 22:46               ` 2.6.10-rc2-mm4 Jeff Mahoney
2004-12-08 13:28                 ` 2.6.10-rc2-mm4 Stephen Smalley
2004-11-30 23:07 ` 2.6.10-rc2-mm4 - cifs.ko needs unknown symbol CIFSSMBSetPosixACL Eyal Lebedinsky
2004-11-30 23:53   ` Andrew Morton
2004-12-01  1:37 ` 2.6.10-rc2-mm4 Matthew Dobson
2004-12-03  9:23   ` 2.6.10-rc2-mm4 Andi Kleen
2004-12-01  8:43 ` 2.6.10-rc2-mm4 - cifs.ko needs unknown symbol CIFSSMBSetPosixACL Eyal Lebedinsky
2004-12-01 21:10 ` 2.6.10-rc2-mm4 Adrian Bunk
2004-12-01 22:26   ` 2.6.10-rc2-mm4 Bill Davidsen
2004-12-02  0:18   ` 2.6.10-rc2-mm4 Bjorn Helgaas
2004-12-01 22:26 ` 2.6.10-rc2-mm4: NUMA-related oops on dual-Opteron Rafael J. Wysocki
2004-12-02  1:01 ` [PATCH] make gconfig work with gtk-2.4 J.A. Magallon
2004-12-02  8:21   ` Andrew Morton [this message]
2004-12-02 12:56   ` Roman Zippel
2004-12-02 13:22     ` J.A. Magallon
2004-12-03  9:06 ` [PATCH hostap] fix Kconfig typos and missing select CRYPTO (was: 2.6.10-rc2-mm4) Joshua Kwan
2004-12-03  9:50 ` oom goodness Re: 2.6.10-rc2-mm4 Chris Ross
2004-12-03 16:07   ` Randy.Dunlap
2004-12-03 22:16   ` Thomas Gleixner
2004-12-09 11:07 ` 2.6.10-rc2-mm4 William Lee Irwin III

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20041202002155.5ce64e20.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=jamagallon@able.es \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome