From b73027aa041235392da03f77832dade3a7c26dc4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 23 Jul 2013 19:20:07 -0400 Subject: [PATCH] Getting started: Use in the schema The use of a manually-specified enum is a little unusual. This is really meant to be done by . --- examples/application5/org.gtk.exampleapp.gschema.xml | 12 ++++++------ examples/application6/org.gtk.exampleapp.gschema.xml | 12 ++++++------ examples/application7/org.gtk.exampleapp.gschema.xml | 12 ++++++------ examples/application8/org.gtk.exampleapp.gschema.xml | 12 ++++++------ 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/examples/application5/org.gtk.exampleapp.gschema.xml b/examples/application5/org.gtk.exampleapp.gschema.xml index 89718c480c..fc0c2c003d 100644 --- a/examples/application5/org.gtk.exampleapp.gschema.xml +++ b/examples/application5/org.gtk.exampleapp.gschema.xml @@ -1,17 +1,17 @@ - - - - - 'Monospace 12' Font The font to be used for content. - + + + + + + 'none' Transition The transition to use when switching tabs. diff --git a/examples/application6/org.gtk.exampleapp.gschema.xml b/examples/application6/org.gtk.exampleapp.gschema.xml index 89718c480c..fc0c2c003d 100644 --- a/examples/application6/org.gtk.exampleapp.gschema.xml +++ b/examples/application6/org.gtk.exampleapp.gschema.xml @@ -1,17 +1,17 @@ - - - - - 'Monospace 12' Font The font to be used for content. - + + + + + + 'none' Transition The transition to use when switching tabs. diff --git a/examples/application7/org.gtk.exampleapp.gschema.xml b/examples/application7/org.gtk.exampleapp.gschema.xml index 89718c480c..fc0c2c003d 100644 --- a/examples/application7/org.gtk.exampleapp.gschema.xml +++ b/examples/application7/org.gtk.exampleapp.gschema.xml @@ -1,17 +1,17 @@ - - - - - 'Monospace 12' Font The font to be used for content. - + + + + + + 'none' Transition The transition to use when switching tabs. diff --git a/examples/application8/org.gtk.exampleapp.gschema.xml b/examples/application8/org.gtk.exampleapp.gschema.xml index 218ae80ecf..a6929a859b 100644 --- a/examples/application8/org.gtk.exampleapp.gschema.xml +++ b/examples/application8/org.gtk.exampleapp.gschema.xml @@ -1,17 +1,17 @@ - - - - - 'Monospace 12' Font The font to be used for content. - + + + + + + 'none' Transition The transition to use when switching tabs.