diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-13 02:15:14 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-13 02:15:14 +0800 |
commit | a11a0f4c48ebdcde5df388237d02d9154d6d82d2 (patch) | |
tree | f6687edbc0543c15d0b0c8c0578510e47c1f6f25 /src/bookmarks | |
parent | ef8562bb3eef845145818dbaf726dfb2d0d394b7 (diff) | |
download | gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.tar gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.tar.gz gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.tar.bz2 gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.tar.lz gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.tar.xz gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.tar.zst gsoc2013-epiphany-a11a0f4c48ebdcde5df388237d02d9154d6d82d2.zip |
s/scheme/host for the smartbookmarks
2003-06-12 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmark-action.c: (activate_cb):
s/scheme/host for the smartbookmarks
Diffstat (limited to 'src/bookmarks')
-rw-r--r-- | src/bookmarks/ephy-bookmark-action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index 50be80fd3..119007818 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -233,7 +233,7 @@ activate_cb (GtkWidget *widget, EggAction *action) if (uri) { - location = g_strdup (gnome_vfs_uri_get_scheme (uri)); + location = g_strdup (gnome_vfs_uri_get_host_name (uri)); gnome_vfs_uri_unref (uri); } } |