summaryrefslogtreecommitdiff
path: root/src/Nautilus_shell.server.in
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2000-08-08 05:43:23 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2000-08-08 05:43:23 +0000
commit31719a81e892e21a7334aa17113fe01165b4724b (patch)
treed8bc504d7fad6194abe4b5197c130b4cd6debf7c /src/Nautilus_shell.server.in
parentbb7298ba976a737ab87e736da4126f2cdeadcd89 (diff)
downloadnautilus-31719a81e892e21a7334aa17113fe01165b4724b.tar.gz
Renamedirectory mime types:
* components/html/ntl-web-browser.oafinfo: * components/mozilla/nautilus-mozilla-content-view.oafinfo: * components/music/nautilus-music-view.oafinfo: * components/shell/shell.oafinfo: * libnautilus-extensions/nautilus-directory.c: (nautilus_directory_is_search_directory): * libnautilus-extensions/nautilus-file.c: (nautilus_file_get_type_as_string): * src/nautilus.oafinfo: Renamedirectory mime types: x-special/directory => x-directory/normal x-special/webdav-directory => x-directory/webdav x-special/virtual-directory => x-directory/search
Diffstat (limited to 'src/Nautilus_shell.server.in')
-rw-r--r--src/Nautilus_shell.server.in14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/Nautilus_shell.server.in b/src/Nautilus_shell.server.in
index 37bfae312..a7c1ce3f6 100644
--- a/src/Nautilus_shell.server.in
+++ b/src/Nautilus_shell.server.in
@@ -17,8 +17,7 @@
<oaf_attribute name="name" type="string" value="Nautilus file manager icon view"/>
<oaf_attribute name="description" type="string" value="Nautilus file manager component that shows a two-dimensional icon space"/>
<oaf_attribute name="bonobo:supported_mime_types" type="stringv">
- <item value="x-special/directory"/>
- <item value="x-special/webdav-directory"/>
+ <item value="x-directory/*"/>
</oaf_attribute>
<oaf_attribute name="nautilus:view_as_name" type="string" value="Icons"/>
</oaf_server>
@@ -42,8 +41,8 @@
<oaf_attribute name="name" type="string" value="Nautilus file manager list view"/>
<oaf_attribute name="description" type="string" value="Nautilus file manager component that shows a scrollable list"/>
<oaf_attribute name="bonobo:supported_mime_types" type="stringv">
- <item value="x-special/directory"/>
- <item value="x-special/webdav-directory"/>
+ <item value="x-directory/normal"/>
+ <item value="x-directory/webdav"/>
</oaf_attribute>
<oaf_attribute name="nautilus:view_as_name" type="string" value="List"/>
</oaf_server>
@@ -56,13 +55,8 @@
</oaf_attribute>
<oaf_attribute name="name" type="string" value="Nautilus file manager search results list view"/>
<oaf_attribute name="description" type="string" value="Nautilus file manager component that shows a scrollable list for search results"/>
- <oaf_attribute name="bonobo:supported_uri_schemes" type="stringv">
- <item value="search"/>
- <item value="gnome-search"/>
- <item value="medusa"/>
- </oaf_attribute>
<oaf_attribute name="bonobo:supported_mime_types" type="stringv">
- <item value="x-special/virtual-directory"/>
+ <item value="x-directory/search"/>
</oaf_attribute>
<oaf_attribute name="nautilus:view_as_name" type="string" value="Search List"/>
</oaf_server>