[kupfer] favorites: Allow favoriting TextLeaves



commit 13ed1e3cc7e97dd2923be13542c590d538627ed9
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Tue Sep 15 15:48:17 2009 +0200

    favorites: Allow favoriting TextLeaves

 kupfer/plugin/favorites.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/kupfer/plugin/favorites.py b/kupfer/plugin/favorites.py
index 1aac184..666ee7a 100644
--- a/kupfer/plugin/favorites.py
+++ b/kupfer/plugin/favorites.py
@@ -18,6 +18,7 @@ def _FavoritesLeafTypes():
 	yield objects.FileLeaf
 	yield objects.AppLeaf
 	yield objects.UrlLeaf
+	yield objects.TextLeaf
 
 class FavoritesSource (Source, PicklingHelperMixin):
 	"""Keep a list of Leaves that the User may add and remove from"""



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