There are calls to hide_all() method after construction of vmm-manager
and vmm-details dialogs to prevent possible flickering during
appending more elements to these dialogs. However, it is possible to
declare visibility property in xml files and to prevent libglade to
show dialogs automatically.
diff -r 375f441f26e1 src/virtManager/details.py
--- a/src/virtManager/details.py Mon Jan 26 13:07:58 2009 -0500
+++ b/src/virtManager/details.py Fri Jan 30 15:25:40 2009 +0100
@@ -107,7 +107,6 @@
self.vm = vm
_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@redhat.com
https://www.redhat.com/mailman/listinfo/et-mgmt-tools
02-06-2009, 06:14 PM
Cole Robinson
don't show ui dialogs in construction time
Vitaly Mayatskikh wrote:
> Hi!
>
> There are calls to hide_all() method after construction of vmm-manager
> and vmm-details dialogs to prevent possible flickering during
> appending more elements to these dialogs. However, it is possible to
> declare visibility property in xml files and to prevent libglade to
> show dialogs automatically.
>