Remove use of GtkVBox in GTK3
commit51572ab087b900ea67cc25f1c49dae4112274221
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 25 Feb 2013 15:20:38 +0000 (25 15:20 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 26 Feb 2013 19:29:51 +0000 (26 13:29 -0600)
treea421a549372f0c3b56c12c44b8aa1dfb9a9d90ce
parent2a05485d72504ed92ce91dffd1f5867974c47ff0
Remove use of GtkVBox in GTK3

The GtkVBox class is deprecated, in favour of just using the
GtkBox class directly. Eventually even GtkBox will be
deprecated in favour of GtkGrid, but that is a bigger fix
which can wait.

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