diff options
author | Matt McCutchen <matt@mattmccutchen.net> | 2009-03-02 09:34:54 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2009-03-02 09:34:54 +0800 |
commit | 8625eda8bc1871e9f36253a01b9378eb1e5aaf90 (patch) | |
tree | 910c4f16c9923a05cb1aaacce511aca4ba8c881b /mail/em-popup.c | |
parent | 4ddbe6ba6e109cc10e0ffdb6d8db46589907538b (diff) | |
download | gsoc2013-evolution-8625eda8bc1871e9f36253a01b9378eb1e5aaf90.tar.gz gsoc2013-evolution-8625eda8bc1871e9f36253a01b9378eb1e5aaf90.tar.zst gsoc2013-evolution-8625eda8bc1871e9f36253a01b9378eb1e5aaf90.zip |
Revert evolution revision 37063 (workaround for bug 563867).
2009-03-02 Matt McCutchen <matt@mattmccutchen.net>
* evolution/mail/em-folder-view.c:
* evolution/mail/em-utils.c:
* evolution/mail/em-utils.h:
* evolution/mail/em-popup.c:
Revert evolution revision 37063 (workaround for bug 563867).
** Part of the fix for bug #549838
svn path=/trunk/; revision=37350
Diffstat (limited to 'mail/em-popup.c')
-rw-r--r-- | mail/em-popup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-popup.c b/mail/em-popup.c index 9603a08a75..91e6ed6280 100644 --- a/mail/em-popup.c +++ b/mail/em-popup.c @@ -585,11 +585,9 @@ static void emp_uri_popup_link_open(EPopup *ep, EPopupItem *item, void *data) { EMPopupTargetURI *t = (EMPopupTargetURI *)ep->target; - gchar *unescaped_uri = em_utils_url_unescape_amp (t->uri); /* FIXME Pass a parent window. */ - e_show_uri (NULL, unescaped_uri); - g_free (unescaped_uri); + e_show_uri (NULL, t->uri); } static void |