On 04/12/2017 06:47 AM, Radostin Stoyanov wrote:
> From: rst0git <[email protected]>
> 
> Problem:
>     - GtkHBox and GtkVBox have been deprecated since version 3.2 and should 
> not be used in newly-written code.
> 
> Solution: Replace GtkHBox and GtkVBox with GtkBox.
>     - I have used the find function in text-editor to find all occurances of 
> "GtkVBox" and "GtkHBox" then replaced them with "GtkBox".
>     - Then append on a new line immediately after "<property 
> name="orientation">...</property>" with value "horizontal" or "vertical" 
> accordingly.
> ---
>  ui/addhardware.ui     |  30 ++++++++-----
>  ui/addstorage.ui      |  15 ++++---
>  ui/choosecd.ui        |   3 +-
>  ui/clone.ui           |  45 ++++++++++++-------
>  ui/create.ui          | 120 
> +++++++++++++++++++++++++++++++++-----------------
>  ui/createinterface.ui | 120 
> +++++++++++++++++++++++++++++++++-----------------
>  ui/createnet.ui       |  30 ++++++++-----
>  ui/createpool.ui      |  18 +++++---
>  ui/createvol.ui       |  24 ++++++----
>  ui/delete.ui          |   9 ++--
>  ui/details.ui         |  87 ++++++++++++++++++++++++------------
>  ui/fsdetails.ui       |  18 +++++---
>  ui/host.ui            |  56 +++++++++++++++--------
>  ui/manager.ui         |   6 ++-
>  ui/netlist.ui         |   3 +-
>  ui/preferences.ui     |   6 ++-
>  ui/storagelist.ui     |  21 ++++++---
>  17 files changed, 407 insertions(+), 204 deletions(-)
> 

Thanks, pushed now

- Cole

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to