]> git.proxmox.com Git - mirror_qemu.git/commit
Replace gtk_menu_append with gtk_menu_shell_append
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Feb 2013 15:20:39 +0000 (15:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Feb 2013 19:29:52 +0000 (13:29 -0600)
commit530daf82c129c2a8a6fa757b3ef5a21f1f50f66a
tree7a8f5c137dcf95cb6d37f4d2ef92102762a98a9c
parent51572ab087b900ea67cc25f1c49dae4112274221
Replace gtk_menu_append with gtk_menu_shell_append

The gtk_menu_append method has long been deprecated in favour
of the gtk_menu_shell_append method. The former is now entirely
gone in GTK3, so switch all code to the latter which works on
both GTK2 and GTK3

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 1361805646-6425-7-git-send-email-berrange@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
ui/gtk.c