]> Git Repo - qemu.git/commit
Conditionalize use of gtk_widget_size_request
authorDaniel P. Berrange <[email protected]>
Mon, 25 Feb 2013 15:20:41 +0000 (15:20 +0000)
committerAnthony Liguori <[email protected]>
Tue, 26 Feb 2013 19:29:52 +0000 (13:29 -0600)
commit1ed76b59c4f8670eb06df48cebe086da06111e1f
tree9bfde16e9d8fa3bf06d4e3d1524f4764d967fc24
parent8906de769be0978fed31a0341d0a5829a4ef7ecf
Conditionalize use of gtk_widget_size_request

The gtk_widget_size_request method has been replaced by
the gtk_widget_get_preferred_size method in GTK3. Conditionally
call the new method in GTK3

Signed-off-by: Daniel P. Berrange <[email protected]>
Message-id: 1361805646[email protected]
Signed-off-by: Anthony Liguori <[email protected]>
ui/gtk.c
This page took 0.023788 seconds and 4 git commands to generate.