[kupfer] trash: Use trash icon for the hidden parent source



commit a16d8ac7c74fb3ec125a7e0300ba36179d802d05
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Mar 22 01:45:24 2011 +0100

    trash: Use trash icon for the hidden parent source

 kupfer/plugin/trash.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/trash.py b/kupfer/plugin/trash.py
index 02b9d83..7897bf1 100644
--- a/kupfer/plugin/trash.py
+++ b/kupfer/plugin/trash.py
@@ -177,3 +177,5 @@ class TrashSource (Source):
 		return InvisibleSourceLeaf(self)
 	def provides(self):
 		yield SpecialLocation
+	def get_icon_name(self):
+		return "user-trash"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]