[gnome-boxes] Add a forgotten initialization



commit a917c1a6751fe10e52e3c3f0d32d51aa90d0dbe0
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Nov 17 02:38:45 2011 +0200

    Add a forgotten initialization

 src/unattended-installer.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/unattended-installer.vala b/src/unattended-installer.vala
index 55ca99d..1a843d9 100644
--- a/src/unattended-installer.vala
+++ b/src/unattended-installer.vala
@@ -36,6 +36,7 @@ private abstract class Boxes.UnattendedInstaller: InstallerMedia {
         label = media.label;
         device_file = media.device_file;
         from_image = media.from_image;
+        mount_point = media.mount_point;
 
         floppy_path = get_pkgcache (os.short_id + "-unattended.img");
         this.unattended_src_path = unattended_src_path;



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