pidgin/pidgin

Fix win32 build issue with pidgin_notify_uri
release-2.x.y
2014-01-21, Daniel Atallah
bbb57182e566
Parents a3f772577f7f
Children 9a21b3ce6ed7
Fix win32 build issue with pidgin_notify_uri
--- a/pidgin/gtknotify.c Tue Jan 21 21:19:04 2014 -0500
+++ b/pidgin/gtknotify.c Tue Jan 21 21:41:22 2014 -0500
@@ -1489,7 +1489,7 @@
g_slist_free(argv_remote);
#else /* !_WIN32 */
- winpidgin_notify_uri(uri_escaped);
+ winpidgin_notify_uri(uri);
#endif /* !_WIN32 */
return NULL;