[gnome-boxes] machine: Fix prelight for non-running boxes



commit 2531ed10bd8d326263b75671882d296d367f87c9
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Mon Mar 10 14:29:08 2014 +0000

    machine: Fix prelight for non-running boxes

 src/machine.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/machine.vala b/src/machine.vala
index 2d5dc96..f3cd7e8 100644
--- a/src/machine.vala
+++ b/src/machine.vala
@@ -380,6 +380,7 @@ private abstract class Boxes.Machine: Boxes.CollectionItem, Boxes.IPropertiesPro
         } else {
             orig_pixbuf = null;
             pixbuf = draw_stopped_vm ();
+            prelight_pixbuf = draw_prelighted_vm (pixbuf, pixbuf.width, pixbuf.height);
         }
     }
 


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