summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorMaciej Stachowiak <mstachow@src.gnome.org>2001-02-02 11:29:19 +0000
committerMaciej Stachowiak <mstachow@src.gnome.org>2001-02-02 11:29:19 +0000
commitc3e579691a86ee8f07bcbe19b8278c016ab690db (patch)
tree5e0e076662e1ff4f62bec46118fc4fc7d6706ccd /data
parent4e770718e6bb7d0ddc5cfbfbea1e2434eb9d6e26 (diff)
downloadnautilus-c3e579691a86ee8f07bcbe19b8278c016ab690db.tar.gz
reviewed by: Pavel Cisler <pavel@eazel.com>
Fix bug 4678 (Clicking on a Nautilus link file in tree view causes Nautilus cannot handle item type error box). * components/tree/nautilus-tree-view.c: (nautilus_tree_view_destroy), (got_activation_uri_callback), (cancel_possible_activation), (tree_select_row_callback): Activate activation URI instead of file URI to support Nautilus links properly. If the link resolves to a "command:" URI, however, silently ignore it to avoid giving an ugly error message because per John Sullivan, selecting things in the tree view should not launch apps. * components/tree/nautilus-tree-view-private.h: Added activation_uri_wait_file field to details struct. * data/top/Computer, data/top/Services: Updated to new nautilus link format.
Diffstat (limited to 'data')
-rw-r--r--data/top/Computer2
-rw-r--r--data/top/Services2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/top/Computer b/data/top/Computer
index 5b7bfdc99..3aa737b3f 100644
--- a/data/top/Computer
+++ b/data/top/Computer
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<NAUTILUS_OBJECT NAUTILUS_LINK="Nautilus Link" CUSTOM_ICON="computer" LINK="hardware:overview"/>
+<nautilus_object nautilus_link="Nautilus Link" custom_icon="computer" link="hardware:overview"/>
diff --git a/data/top/Services b/data/top/Services
index 7196c57ca..ff4cc302e 100644
--- a/data/top/Services
+++ b/data/top/Services
@@ -1,2 +1,2 @@
<?xml version="1.0"?>
-<NAUTILUS_OBJECT NAUTILUS_LINK="Nautilus Link" CUSTOM_ICON="hand" LINK="eazel:summary"/>
+<nautilus_object nautilus_link="Nautilus Link" custom_icon="hand" link="eazel:"/>