[gnome-boxes] Disable selection mode before going to properties view



commit 361d7e45de85c33f6756fa18b9606842a2a887b4
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Oct 30 20:34:46 2012 +0100

    Disable selection mode before going to properties view
    
    We kept showing the selection bar in the properties view, and
    we returned to a half-broken selection mode. Lets just disable
    selection mode before going to the properties view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677714

 src/app.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index 737cc9f..4d2e076 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -646,6 +646,8 @@ private class Boxes.App: Boxes.UI {
     public void show_properties () {
         var selected_items = view.get_selected_items ();
 
+        selection_mode = false;
+
         // Show for the first selected item
         foreach (var item in selected_items) {
             current_item = item;



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