Re: [virt-tools-list] [PATCH virt-viewer 2/4] Run ISO dialog when 'Change CD' menu is activated

2017-01-24 Thread Eduardo Lima (Etrunko)
On 24/01/17 09:11, Christophe Fergeau wrote: > On Mon, Jan 23, 2017 at 05:28:14PM -0200, Eduardo Lima (Etrunko) wrote: >> Also moves 'Change CD' menu item from the toplevel menu to a subitem >> under 'File' toplevel menu. >> >> In order to avoid object interdependency, it is necessary to make the >

Re: [virt-tools-list] [PATCH virt-viewer 2/4] Run ISO dialog when 'Change CD' menu is activated

2017-01-24 Thread Christophe Fergeau
On Mon, Jan 23, 2017 at 05:28:14PM -0200, Eduardo Lima (Etrunko) wrote: > Also moves 'Change CD' menu item from the toplevel menu to a subitem > under 'File' toplevel menu. > > In order to avoid object interdependency, it is necessary to make the > ovirt foreign-menu pointer from RemoteViewer, ace

[virt-tools-list] [PATCH virt-viewer 2/4] Run ISO dialog when 'Change CD' menu is activated

2017-01-23 Thread Eduardo Lima (Etrunko)
Also moves 'Change CD' menu item from the toplevel menu to a subitem under 'File' toplevel menu. In order to avoid object interdependency, it is necessary to make the ovirt foreign-menu pointer from RemoteViewer, acessible via property, so it can be passed to the dialog as an opaque GObject. Sign