[gnome-boxes/wip/csd: 2/4] machine: Remove a redundant call



commit 9be7a08f20250dd6bc08cc41533cc1774f6bc5b6
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Thu Aug 29 23:17:36 2013 +0300

    machine: Remove a redundant call
    
    This call should have been deleted as part of commit
    33883def2a47fb477d2f0fb4928c8777466f643b (Fix positioning of thumbnail
    in properties view).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706414

 src/machine.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/machine.vala b/src/machine.vala
index 530e441..2d1aa1b 100644
--- a/src/machine.vala
+++ b/src/machine.vala
@@ -717,7 +717,6 @@ private class Boxes.MachineActor: Boxes.UI {
                 Gtk.Allocation alloc;
 
                 App.app.properties.screenshot_placeholder.get_allocation (out alloc);
-                App.app.topbar.actor.show ();
 
                 // We disable implicit animations while setting the
                 // properties because we don't want to animate these individually


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