[gnome-boxes/wip/wizard-n-props-in-dialog2: 8/10] libvirt-machine-props: troubleshoot transient over props dialog



commit 49e5d750cc303a91f65deafd961c35de76b40329
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Aug 28 19:16:16 2014 +0100

    libvirt-machine-props: troubleshoot transient over props dialog
    
    "Troubleshooting log" dialog should now be transient over the new
    properties dialog rather than app window.

 src/libvirt-machine-properties.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/libvirt-machine-properties.vala b/src/libvirt-machine-properties.vala
index b15c7d0..f9e4c6f 100644
--- a/src/libvirt-machine-properties.vala
+++ b/src/libvirt-machine-properties.vala
@@ -145,7 +145,7 @@ private class Boxes.LibvirtMachineProperties: GLib.Object, Boxes.IPropertiesProv
             button.clicked.connect (() => {
                 var log = collect_logs ();
                 var dialog = new Gtk.Dialog.with_buttons (_("Troubleshooting log"),
-                                                          machine.window,
+                                                          machine.window.props_dialog,
                                                           DialogFlags.DESTROY_WITH_PARENT,
                                                           _("_Save"), 100,
                                                           _("Copy to clipboard"), 101,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]