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-folder-view.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-folder-view.c')
-rw-r--r-- | mail/em-folder-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index 17c78e4f27..54ea58529c 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -2746,7 +2746,7 @@ emp_uri_popup_link_copy(EPopup *ep, EPopupItem *pitem, void *data) struct _EMFolderViewPrivate *p = emfv->priv; g_free(p->selection_uri); - p->selection_uri = em_utils_url_unescape_amp(pitem->user_data); + p->selection_uri = g_strdup(pitem->user_data); gtk_selection_owner_set(p->invisible, GDK_SELECTION_PRIMARY, gtk_get_current_event_time()); gtk_selection_owner_set(p->invisible, GDK_SELECTION_CLIPBOARD, gtk_get_current_event_time()); |