From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Newsgroups: gmane.emacs.bugs Subject: bug#16522: 24.3.50; Regression: GLib-GObject warnings on stderr Date: Sun, 19 Oct 2014 19:28:51 +0200 Message-ID: <5443F4D3.7060504@swipnet.se> References: <52E2BC09.10800@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1413739766 29694 80.91.229.3 (19 Oct 2014 17:29:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Oct 2014 17:29:26 +0000 (UTC) Cc: Paul Eggert To: Glenn Morris , 16522-done@debbugs.gnu.org, Daniel Colascione Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 19 19:29:19 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XfuIB-00019W-8G for geb-bug-gnu-emacs@m.gmane.org; Sun, 19 Oct 2014 19:29:19 +0200 Original-Received: from localhost ([::1]:40730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfuIA-0001Ay-Sr for geb-bug-gnu-emacs@m.gmane.org; Sun, 19 Oct 2014 13:29:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfuI3-00019E-0X for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 13:29:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfuHv-00031q-IA for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 13:29:10 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:35635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfuHv-00031k-Eo for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 13:29:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XfuHv-0007M9-2u for bug-gnu-emacs@gnu.org; Sun, 19 Oct 2014 13:29:03 -0400 Resent-From: Jan =?UTF-8?Q?Dj=C3=A4rv?= Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Oct 2014 17:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 16522 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Mail-Followup-To: 16522@debbugs.gnu.org, jan.h.d@swipnet.se, gundaetiapo@gmail.com Original-Received: via spool by 16522-done@debbugs.gnu.org id=D16522.141373974028264 (code D ref 16522); Sun, 19 Oct 2014 17:29:02 +0000 Original-Received: (at 16522-done) by debbugs.gnu.org; 19 Oct 2014 17:29:00 +0000 Original-Received: from localhost ([127.0.0.1]:55964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfuHs-0007Lo-7G for submit@debbugs.gnu.org; Sun, 19 Oct 2014 13:29:00 -0400 Original-Received: from mailfe06.swip.net ([212.247.154.161]:38832 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XfuHq-0007Lc-RD for 16522-done@debbugs.gnu.org; Sun, 19 Oct 2014 13:28:59 -0400 X-T2-Spam-Status: No, hits=-0.0 required=5.0 tests=BAYES_40 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 538663082; Sun, 19 Oct 2014 19:28:51 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:94780 Hi. Den 2014-10-11 20:16, Glenn Morris skrev: > Paul Eggert wrote: > >> GtkMenuItem's "label" property was introduced in GTK+ 2.16, according >> to . You're using >> GTK+ 2.10.4, which could explain the problem. I'm using Firefox 20 >> which has GTK+ 3.10.6 and do not see the problem. >> >> I suspect that the attached patch (which is trunk bzr 115967.1.1) is >> what introduced the problem. If you back this change out, does it fix >> things? I'll CC: this to Daniel Colascione to give him a heads-up. > > Any comment on this issue? > I added the obvious gtk version check. Jan D.