[kupfer: 46/51] documents: Don't output anything on source reload
- From: Ulrik Sverdrup <usverdrup src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [kupfer: 46/51] documents: Don't output anything on source reload
- Date: Mon, 28 Mar 2011 15:04:56 +0000 (UTC)
commit d92f3ae2cfa6e4f263bddd75d25978a09a4e70e3
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date: Mon Mar 28 16:51:49 2011 +0200
documents: Don't output anything on source reload
kupfer/plugin/documents.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/plugin/documents.py b/kupfer/plugin/documents.py
index 9c355c9..3af27e7 100644
--- a/kupfer/plugin/documents.py
+++ b/kupfer/plugin/documents.py
@@ -44,7 +44,7 @@ class RecentsSource (Source):
def get_items(self):
max_days = __kupfer_settings__["max_days"]
- self.output_info("Items younger than", max_days, "days")
+ #self.output_info("Items younger than", max_days, "days")
items = self._get_items(max_days)
return items
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]