summaryrefslogtreecommitdiff
path: root/sendto/plugins
AgeCommit message (Collapse)AuthorFilesLines
2019-08-18Build either with gupnp version 1.0 or 1.2.Jonathan Brielmaier1-0/+4
This fixes https://github.com/mate-desktop/caja-extensions/issues/52. * (configure.ac): Check also for gupnp-1.2 and set HAS_GUPNP_VERSION_1_2 to yes if found. * (sendto/plugins/upnp/upnp.c): Use gupnp_context_manager_create when building with gupnp-1.2 as gupnp_context_manager_new was removed. Signed-off-by: Jonathan Brielmaier <[email protected]> Co-authored-by: Gianfranco Costamagna <[email protected]>
2019-06-30Remove trailing whitespacesLaurent Napias4-42/+42
2018-01-30require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-08-03sendto burn: avoid deprecated gtk_show_uriraveit651-0/+4
2014-12-17pidgin plugin: various fixesMonsta1-11/+9
- add missing spaces (code looked ugly) - remove a GError variable which has never been used actually (and avoid dereferencing NULL pointer at the same time) - don't leak memory
2014-12-17gajim plugin: don't leak memoryMonsta1-5/+7
2014-03-23sendto plugin: re-introduce the option to select plugins to buildinfirit7-14/+17
2013-10-17Add sendto extensionStefano Karapetsas15-0/+2279