]> git.proxmox.com Git - qemu.git/commit
gtk: don't use g_object_unref on GdkCursor
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 Jun 2013 20:37:23 +0000 (15:37 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 3 Jun 2013 21:14:05 +0000 (16:14 -0500)
commit171392406d8e230d62e5ebf4805f71460854b8ec
tree2fd8f52d59aba2775f382fa5e160c56b66ef0b7f
parent41686a960805ed561158c7e4809f0c9f92f1d8ec
gtk: don't use g_object_unref on GdkCursor

It's not a GObject.

Cc: Gerd Hoffman <kraxel@redhat.com>
Reported-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
---
v1 -> v2
 - Fix summary to agree with code (Peter)
ui/gtk.c