[virt-tools-list] [PATCH] Deprecated GtkVBox and GtkHBox
Cedric Bosdonnat
cbosdonnat at suse.com
Tue Apr 11 11:31:39 UTC 2017
Hi Radostin,
It seems you got the git send-email wrong: the patch itself is missing.
--
Cedric
On Tue, 2017-04-11 at 11:53 +0100, rstoyanov1 at gmail.com wrote:
> 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.
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
>
More information about the virt-tools-list
mailing list