[gnome-boxes/wip/wizard-n-props-in-dialog2: 1/20] properties: Update page names



commit 8d199b3dfc425f21cccb28b503250d25058a28ab
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Sun Nov 23 15:53:51 2014 +0000

    properties: Update page names
    
    This should have been part of 91b4cc22 and 77538e5.

 src/properties.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/properties.vala b/src/properties.vala
index 6cee400..a7d170d 100644
--- a/src/properties.vala
+++ b/src/properties.vala
@@ -11,7 +11,7 @@ private enum Boxes.PropertiesPage {
 }
 
 private class Boxes.Properties: Gtk.Stack, Boxes.UI {
-    private const string[] page_names = { "login", "system", "display", "devices", "snapshots" };
+    private const string[] page_names = { "general", "system", "devices", "snapshots" };
 
     public UIState previous_ui_state { get; protected set; }
     public UIState ui_state { get; protected set; }


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