[nautilus] Use the right datatype in the schema
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Use the right datatype in the schema
- Date: Sat, 19 Jun 2010 04:03:09 +0000 (UTC)
commit f2e87dbcdb5535724a59ab9c69afe038b124b2bf
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jun 19 00:01:18 2010 -0400
Use the right datatype in the schema
GConf calls it a bool, not a boolean.
.../apps_nautilus_preferences.schemas.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/apps_nautilus_preferences.schemas.in b/libnautilus-private/apps_nautilus_preferences.schemas.in
index 8c5a910..fbc65fb 100644
--- a/libnautilus-private/apps_nautilus_preferences.schemas.in
+++ b/libnautilus-private/apps_nautilus_preferences.schemas.in
@@ -220,7 +220,7 @@
<key>/schemas/apps/nautilus/preferences/navigation_window_saved_maximized</key>
<applyto>/apps/nautilus/preferences/navigation_window_saved_maximized</applyto>
<owner>nautilus</owner>
- <type>boolean</type>
+ <type>bool</type>
<default></default>
<locale name="C">
<short>Whether the navigation window should be maximized.</short>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]