Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/calendario.py
diff options
context:
space:
mode:
authoryaderv <yajosev@gmail.com>2011-03-22 15:43:27 (GMT)
committer yaderv <yajosev@gmail.com>2011-03-22 15:43:27 (GMT)
commit27c3a0ab2ec2b377f2300e42383fce1ff62b8c2c (patch)
tree9bafcec696471e9f991157b5d8412021c01c6d20 /calendario.py
parentc93911fbeb281463d7663db4173260e4fc8cd0ed (diff)
bug fixed
Diffstat (limited to 'calendario.py')
-rw-r--r--calendario.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendario.py b/calendario.py
index 94dea53..24998a9 100644
--- a/calendario.py
+++ b/calendario.py
@@ -96,6 +96,7 @@ class CalendarioActivity(activity.Activity):
if comprobar_archivo(self.path, 'efemeride'):
self.texto = abrir_archivo(self.path, 'efemeride')
self._log.debug(self.texto)
+ self._log.debug(self.fecha_normal.fecha_especial())
if self.fecha_normal.fecha_especial() in self.texto:
self.buffer.set_text(self.texto[self.fecha_normal.fecha_especial()])