summaryrefslogtreecommitdiff
path: root/nautilus-sendto-extension
Commit message (Collapse)AuthorAgeFilesLines
* all: silence new warnings from GCC 4.6Cosimo Cecchi2011-01-251-3/+0
| | | | | | GCC 4.6 introduced a new warning about variables declared and initialized, but not really used in the function body. Remove all of these occurrences to build cleanly.
* Add base libraries so building with --as-needed worksSjoerd Simons2011-01-101-2/+3
|
* libnautilus-extension: use a different directory for 3.0Cosimo Cecchi2010-12-031-1/+1
| | | | | | So that old extensions do not pull in GTK+2 code. https://bugzilla.gnome.org/show_bug.cgi?id=624244
* Move nautilus-sendto extension to nautilusBastien Nocera2010-11-014-0/+296
And add a check for the presence of nautilus-sendto to the initialisation of the object. Building the extension is optional, though on by default. https://bugzilla.gnome.org/show_bug.cgi?id=633485