diff options
author | Xan Lopez <xan@src.gnome.org> | 2004-02-25 03:59:00 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2004-02-25 03:59:00 +0800 |
commit | de0c483b6db034cf0ad1590318a537ab5043b490 (patch) | |
tree | 61f5a9511322f0d1f3ec298431b80a8428f1df75 /src/popup-commands.c | |
parent | 881bfd24e673370efefc8f5ceb3cec3afa9e44bc (diff) | |
download | gsoc2013-epiphany-de0c483b6db034cf0ad1590318a537ab5043b490.tar.gz 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.c | 2 |
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 |