[gnome-boxes] spice-display: Move auto-clipboard to 'General' section



commit 29ac42fd0fc041fb1ea493afbb09cb8c5e100688
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sat Nov 8 21:44:55 2014 +0000

    spice-display: Move auto-clipboard to 'General' section
    
    Designers (jimmac and aday) want to ditch the 'Display' section, so we
    need to move this to 'General' section, which is more appropriate for it
    anyway.

 src/spice-display.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/spice-display.vala b/src/spice-display.vala
index defd785..b86009d 100644
--- a/src/spice-display.vala
+++ b/src/spice-display.vala
@@ -271,7 +271,7 @@ private class Boxes.SpiceDisplay: Boxes.Display {
         var list = new List<Boxes.Property> ();
 
         switch (page) {
-        case PropertiesPage.DISPLAY:
+        case PropertiesPage.GENERAL:
             var toggle = new Gtk.Switch ();
             gtk_session.bind_property ("auto-clipboard", toggle, "active",
                                        BindingFlags.BIDIRECTIONAL | BindingFlags.SYNC_CREATE);


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