Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwkendrick <wkendrick>2011-04-18 19:03:08 (GMT)
committer wkendrick <wkendrick>2011-04-18 19:03:08 (GMT)
commit1698787cbf1649a1596353a1baa0d95dbb8aabd1 (patch)
tree56b52761daa7ea846b2ea7cd1b6fe12ca2d9af10
parent983b6c972676df384ef1015d2059f14c38ecd830 (diff)
Nautilus and trash in GNOME apparently need no hints; they find out via Kernel.
Listing others whose trash we need to support...
-rw-r--r--src/tuxpaint.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/tuxpaint.c b/src/tuxpaint.c
index 475e330..db88263 100644
--- a/src/tuxpaint.c
+++ b/src/tuxpaint.c
@@ -23826,9 +23826,18 @@ static int trash(char * path) {
system("dbus-send / org.kde.KDirNotify.FilesAdded string:trash:/");
- /* FIXME: GNOME: How? */
+ /* Note: GNOME figures out when things change because it asks the Kernel
+ to tell it.
+ Per cosimoc (Cosimo Cecchi) on #nautilus 2011.04.18
+ -bjk 2011.04.18 */
+
+ /* FIXME: xcfe and elsewhere: Anything to do? */
+
+ /* FIXME: Windows */
+
+ /* FIXME: Mac OS X */
- /* FIXME: Elsewhere: How? */
+ /* FIXME: Haiku */
return(0);
#endif /* UNLINK_ONLY */