[gnome-boxes] vnc-display: Move 'Read-only' to 'General' section



commit 9d79c858f386ca8678b76255300a5dd337d72434
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Nov 8 21:53:35 2014 +0000

    vnc-display: Move 'Read-only' to 'General' section
    
    Designers (jimmac and aday) want to ditch the 'Display' section, so we
    need to move this to 'General' section before we do that.

 src/vnc-display.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/vnc-display.vala b/src/vnc-display.vala
index 67213ff..e6ab98e 100644
--- a/src/vnc-display.vala
+++ b/src/vnc-display.vala
@@ -137,7 +137,7 @@ private class Boxes.VncDisplay: Boxes.Display {
         var list = new List<Boxes.Property> ();
 
         switch (page) {
-        case PropertiesPage.DISPLAY:
+        case PropertiesPage.GENERAL:
             var toggle = new Gtk.Switch ();
             toggle.halign = Gtk.Align.START;
             display.bind_property ("read-only", toggle, "active",


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