add a key to turn off some behaviour
2002-05-16 jacob berkman <jacob@ximian.com> * schemas/apps_gnome_settings_daemon_default_editor.schemas: add a key to turn off some behaviour * capplets/Makefile.am (always_built_SUBDIRS): * configure.in: re-add default-applications fixes #78037
This commit is contained in:
parent
3902821faa
commit
c05eb45ed0
5 changed files with 29 additions and 2 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2002-05-16 jacob berkman <jacob@ximian.com>
|
||||
|
||||
* schemas/apps_gnome_settings_daemon_default_editor.schemas: add a
|
||||
key to turn off some behaviour
|
||||
|
||||
* capplets/Makefile.am (always_built_SUBDIRS):
|
||||
* configure.in: re-add default-applications
|
||||
|
||||
fixes #78037
|
||||
|
||||
2002-05-14 Seth Nickell <snickell@stanford.edu>
|
||||
|
||||
* Makefile.am:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
always_built_SUBDIRS = \
|
||||
common accessibility \
|
||||
desktop-links font \
|
||||
default-applications desktop-links font \
|
||||
background keyboard mouse sound \
|
||||
file-types theme-switcher ui-properties \
|
||||
keybindings network
|
||||
|
|
|
@ -197,6 +197,7 @@ libwindow-settings/Makefile
|
|||
capplets/Makefile
|
||||
capplets/common/Makefile
|
||||
capplets/background/Makefile
|
||||
capplets/default-applications/Makefile
|
||||
capplets/desktop-links/Makefile
|
||||
capplets/file-types/Makefile
|
||||
capplets/file-types/libuuid/Makefile
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
||||
schema_DATA = \
|
||||
apps_gnome_settings_daemon_screensaver.schemas
|
||||
apps_gnome_settings_daemon_screensaver.schemas \
|
||||
apps_gnome_settings_daemon_default_editor.schemas
|
||||
|
||||
schema_source_data = $(foreach file, $(schema_DATA), $(srcdir)/$(file))
|
||||
|
||||
|
|
15
schemas/apps_gnome_settings_daemon_default_editor.schemas
Normal file
15
schemas/apps_gnome_settings_daemon_default_editor.schemas
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0"?>
|
||||
<gconfschemafile>
|
||||
<schemalist>
|
||||
<schema>
|
||||
<applyto>/apps/gnome_settings_daemon/editor/sync_text_types</applyto>
|
||||
<key>/schemas/apps/gnome_settings_daemon/editor/sync_text_types</key>
|
||||
<type>bool</type>
|
||||
<default>true</default>
|
||||
<locale name="C">
|
||||
<short>Sync text/plain and text/* handlers</short>
|
||||
<long>If true, the mime handlers for text/plain and text/* will be kept in sync</long>
|
||||
</locale>
|
||||
</schema>
|
||||
</schemalist>
|
||||
</gconfschemafile>
|
Loading…
Add table
Reference in a new issue