blob: cd68e7a7f38f6f45118f4d7c0c48efa689c594d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
From 8f48809c0fb6633bb45eac2144c1125f79933053 Mon Sep 17 00:00:00 2001
From: Stef Walter <stefw@gnome.org>
Date: Mon, 01 Oct 2012 08:15:13 +0000
Subject: Fix the schema identifier for GSettings window settings
https://bugzilla.gnome.org/show_bug.cgi?id=685124
---
diff --git a/data/org.gnome.seahorse.nautilus.window.gschema.xml b/data/org.gnome.seahorse.nautilus.window.gschema.xml
index 9263a25..89f49f1 100644
--- a/data/org.gnome.seahorse.nautilus.window.gschema.xml
+++ b/data/org.gnome.seahorse.nautilus.window.gschema.xml
@@ -1,5 +1,5 @@
<schemalist>
- <schema id="org.gnome.seahorse.window">
+ <schema id="org.gnome.seahorse.nautilus.window">
<key name="width" type="i">
<default>-1</default>
<summary>Width of the window</summary>
--
cgit v0.9.0.2
|