aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-window.c')
-rw-r--r--src/ephy-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 9913a2170..098624988 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2627,7 +2627,6 @@ ephy_window_load_in_tabs (EphyWindow *window, EphyTab *tab, GList *uri_list)
{
EphyEmbed *embed = NULL;
GList *l;
- gchar *url = NULL;
guint num = 0;
GnomeVFSURI *uri;
@@ -2640,6 +2639,8 @@ ephy_window_load_in_tabs (EphyWindow *window, EphyTab *tab, GList *uri_list)
l = uri_list;
while (l != NULL && num < INSANE_NUMBER_OF_URLS)
{
+ gchar *url = NULL;
+
uri = (GnomeVFSURI*) l->data;
url = gnome_vfs_uri_to_string (uri, GNOME_VFS_URI_HIDE_NONE);