diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
commit | 1d8491a1dcd425eaeeb39739fec95e892ba641d5 (patch) | |
tree | 5b673229f26985b427c52433e6d7731074963247 /src/ephy-shell.c | |
parent | 2a830a379ab4c38b512ee521ccf10ba9cb28da53 (diff) | |
download | gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.gz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.bz2 gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.lz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.xz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.zst gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.zip |
*** empty log message ***
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index eeacdf819..d408a7652 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -304,7 +304,7 @@ build_homepage_url (EphyShell *gs, if (previous_embed != NULL) { ephy_embed_get_location (previous_embed, - TRUE, TRUE, + TRUE, &result); } |