aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/hostlist_table.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-09-18 21:51:22 +0000
committerGerald Combs <gerald@wireshark.org>2012-09-18 21:51:22 +0000
commit8967d312aded15f7cd68f6802b9a5b49549e5e93 (patch)
tree97f7a2d978bf68ecf2902df8a21da90b62938292 /ui/gtk/hostlist_table.c
parent5ee932193f8d420cb1839347769841e82f3d8185 (diff)
Move the UI-independent help URL code to ui/help_url.[ch].
svn path=/trunk/; revision=44987
Diffstat (limited to 'ui/gtk/hostlist_table.c')
-rw-r--r--ui/gtk/hostlist_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/hostlist_table.c b/ui/gtk/hostlist_table.c
index bfe8d5ff7c..907f8a1305 100644
--- a/ui/gtk/hostlist_table.c
+++ b/ui/gtk/hostlist_table.c
@@ -1156,7 +1156,7 @@ open_as_map_cb(GtkWindow *copy_bt, gpointer data _U_)
}
/* open the webbrowser */
- file_uri = filename2uri(map_filename);
+ file_uri = g_filename_to_uri(map_filename, NULL, NULL);
g_free(map_filename);
uri_open = browser_open_url (file_uri);
if(!uri_open) {