gedit/gedit-default-plugins.patch

29 lines
982 B
Diff

data/gedit.schemas.in | 15 +++++++++++++++
1 files changed, 15 insertions(+)
diff -urN gedit-2.6.1/data/gedit.schemas.in gedit/data/gedit.schemas.in
--- gedit-2.6.1/data/gedit.schemas.in 2004-02-12 07:17:39.000000000 -0500
+++ gedit/data/gedit.schemas.in 2004-08-03 14:35:38.202865667 -0400
@@ -1,5 +1,20 @@
<gconfschemafile>
<schemalist>
+
+ <schema>
+ <key>/schemas/apps/gedit-2/plugins/docinfo</key>
+ <applyto>/apps/gedit-2/plugins/docinfo</applyto>
+ <owner>gedit</owner>
+ <type>bool</type>
+ <default>TRUE</default>
+ <locale name="C">
+ <short>Enable Document Info Plugin</short>
+ <long>Enable the Document Information plugin, which provides
+ statistics about the current document, such as the number of
+ words.</long>
+ </locale>
+ </schema>
+
<schema>
<key>/schemas/apps/gedit-2/preferences/editor/font/use_default_font</key>
<applyto>/apps/gedit-2/preferences/editor/font/use_default_font</applyto>