From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbBBi-0007oJ-LU for qemu-devel@nongnu.org; Thu, 26 Mar 2015 13:03:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbBBf-0004FN-CL for qemu-devel@nongnu.org; Thu, 26 Mar 2015 13:03:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38166) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbBBf-0004FC-6Z for qemu-devel@nongnu.org; Thu, 26 Mar 2015 13:03:19 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id AEF372D126C for ; Thu, 26 Mar 2015 17:03:18 +0000 (UTC) From: Gerd Hoffmann Date: Thu, 26 Mar 2015 18:03:11 +0100 Message-Id: <1427389392-6051-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL for-2.3 0/1] gtk: do not call gtk_widget_get_window if drawing area is not initialized List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, gtk patch queue with a single fix. please pull, Gerd The following changes since commit 054903a832b865eb5432d79b5c9d1e1ff31b58= d7: Update version for v2.3.0-rc1 release (2015-03-24 16:34:16 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-gtk-20150326-1 for you to fetch changes up to 4cdfc93526364bc9b20a21c9edd802d737cec85f: gtk: do not call gtk_widget_get_window if drawing area is not initializ= ed (2015-03-26 17:58:12 +0100) ---------------------------------------------------------------- gtk: do not call gtk_widget_get_window if drawing area is not initialized ---------------------------------------------------------------- Herv=C3=A9 Poussineau (1): gtk: do not call gtk_widget_get_window if drawing area is not initi= alized ui/gtk.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)