summaryrefslogtreecommitdiff
path: root/beos/beos_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_gui.cpp')
-rw-r--r--beos/beos_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp
index 8adff7589..20ae6211e 100644
--- a/beos/beos_gui.cpp
+++ b/beos/beos_gui.cpp
@@ -849,7 +849,7 @@ void nsbeos_gui_view_source(struct hlcache_handle *content, struct selection *se
}
/* try to load local files directly. */
- temp_name = url_to_path(nsurl_access(content_get_url(content)));
+ temp_name = url_to_path(nsurl_access(hlcache_handle_get_url(content)));
if (temp_name) {
path.SetTo(temp_name);
BEntry entry;