aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2004-02-25 03:59:00 +0800
committerXan Lopez <xan@src.gnome.org>2004-02-25 03:59:00 +0800
commitde0c483b6db034cf0ad1590318a537ab5043b490 (patch)
tree61f5a9511322f0d1f3ec298431b80a8428f1df75 /src/popup-commands.c
parent881bfd24e673370efefc8f5ceb3cec3afa9e44bc (diff)
downloadgsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar
gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar.gz
gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar.bz2
gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar.lz
gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar.xz
gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar.zst
gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.zip
Unescape filenames whenever possible.
Unescape filenames whenever possible.
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index 6a2280b82..6d90abe7a 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -291,7 +291,7 @@ save_property_url (GtkAction *action,
ephy_embed_persist_set_embed (persist, embed);
ephy_embed_persist_set_fc_title (persist, title);
- ephy_embed_persist_set_fc_parent (persist,GTK_WINDOW (window));
+ ephy_embed_persist_set_fc_parent (persist, GTK_WINDOW (window));
ephy_embed_persist_set_flags
(persist, ask_dest ? EMBED_PERSIST_ASK_DESTINATION : 0);
ephy_embed_persist_set_persist_key