[gnome-boxes/wip/wizard-n-props-in-win: 1/19] properties: Update page names
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/wip/wizard-n-props-in-win: 1/19] properties: Update page names
- Date: Tue, 25 Nov 2014 14:18:40 +0000 (UTC)
commit f6cca7f5f9d73aa5b33b6870649882fa2ada762a
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.
https://bugzilla.gnome.org/show_bug.cgi?id=733367
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]