summaryrefslogtreecommitdiff
path: root/nautilus-sendto-plugin
AgeCommit message (Collapse)AuthorFilesLines
2010-11-15Group all harddeps in one pkg-config callXavier Claessens1-2/+1
We do not support GTK2 anymore, so there is no point in keeping those
2010-08-27nautilus-sendto-plugin: depend on 2.31.7 when building with GTK+2Guillaume Desmottes1-18/+0
This version will have the same API that 2.90.0 so we don't have to stay compatible with the old API.
2010-07-08Build with latest NST when using GTK3 and port to new API (#623199)Guillaume Desmottes1-0/+17
2010-07-08move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes1-1/+2
2010-06-18Depend on telepathy-logger (#610956)Guillaume Desmottes1-1/+0
2010-06-18nautilus-sendto: add TPL CFLAGSGuillaume Desmottes1-0/+1
2010-01-25Fix building nst plugin out of tree.Will Thompson1-0/+1
2010-01-01Miscellaneous string fixesPhilip Withnall1-2/+2
Lots of small spelling and grammar fixes, as well as some terminology cleanups. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2009-11-18Fix nautilus-sendto plugin's linkingBastien Nocera1-1/+0
No need to link to both libempathy-gtk and libempathy, the former already links to the latter. https://bugzilla.gnome.org/show_bug.cgi?id=602324
2009-11-06nautilus-sendto: don't dup the account manager; it's not needed (closes bug ↵Jonny Lamb1-36/+0
#600961) Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
2009-10-22empathy-nautilus-sendto.c: fix shadow declarationGuillaume Desmottes1-1/+1
2009-09-24Add nautilus-sendto pluginBastien Nocera2-0/+309
As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075