summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-view-identifier.c
diff options
context:
space:
mode:
authorMathieu Lacage <mathieu@eazel.com>2000-07-30 20:41:13 +0000
committerMathieu Lacage <mathieu@src.gnome.org>2000-07-30 20:41:13 +0000
commit46d9cf6a56feafe1015b1be0ec120827abe60ff2 (patch)
tree533610ad2d77e134fa5a662c4413504ee572fbb1 /libnautilus-private/nautilus-view-identifier.c
parentf2e583b61e81179fe83549e7daba7f01b8e6efd8 (diff)
downloadnautilus-46d9cf6a56feafe1015b1be0ec120827abe60ff2.tar.gz
Make nautilus build with the latest oaf changes. _I_ did not broke the
2000-07-30 Mathieu Lacage <mathieu@eazel.com> Make nautilus build with the latest oaf changes. _I_ did not broke the build for once :) * libnautilus-extensions/nautilus-mime-actions.c: (server_matches_content_requirements): * libnautilus-extensions/nautilus-view-identifier.c: (nautilus_view_identifier_new_from_oaf_server_info):
Diffstat (limited to 'libnautilus-private/nautilus-view-identifier.c')
-rw-r--r--libnautilus-private/nautilus-view-identifier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-view-identifier.c b/libnautilus-private/nautilus-view-identifier.c
index 940252d75..37d71f0a2 100644
--- a/libnautilus-private/nautilus-view-identifier.c
+++ b/libnautilus-private/nautilus-view-identifier.c
@@ -91,10 +91,10 @@ nautilus_view_identifier_new_from_oaf_server_info (OAF_ServerInfo *server, char
GSList *langs;
langs = get_lang_list ();
- view_as_name = oaf_server_info_attr_lookup (server, name_attribute, langs);
+ view_as_name = oaf_server_info_prop_lookup (server, name_attribute, langs);
if (view_as_name == NULL) {
- view_as_name = oaf_server_info_attr_lookup (server, "name", langs);
+ view_as_name = oaf_server_info_prop_lookup (server, "name", langs);
}
if (view_as_name == NULL) {