Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-08-17 15:10:26 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-08-17 15:10:26 (GMT)
commit1b78fe4f75431c281e7d4a1ee3aebf559f973486 (patch)
treef9d3636c072c5b9901fe8e105ca9f4e789c11dcc
parent5e5c1a9610187cfb1fed05334f10bf5b7a99ac1d (diff)
minor
-rw-r--r--calendario.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendario.py b/calendario.py
index 9ed7f67..63d12c8 100644
--- a/calendario.py
+++ b/calendario.py
@@ -131,6 +131,7 @@ class CalendarioActivity(activity.Activity):
self.area_frase.set_shadow_type(gtk.SHADOW_IN)
self.area_frase.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
self.buffer = gtk.TextBuffer()
+
#phrase file
if comprobar_archivo(self.path, 'frase'):
self.texto = abrir_archivo(self.path, 'frase')
@@ -174,7 +175,6 @@ class CalendarioActivity(activity.Activity):
self.marco_actividades = gtk.Frame(_('Activities:'))
self.marco_actividades.add(self.area_texto)
-
#combobox
self.combo = gtk.combo_box_new_text()
self.combo.set_size_request(180, -1)
@@ -272,7 +272,7 @@ class CalendarioActivity(activity.Activity):
self.check_status = 1
def _progre_cb(self, widget, data=None):
- '''return 1 if the chckbutton is now enable, else
+ '''return 1 if the checkbutton is now enable, else
return 0'''
if self.progre_status is 1:
self.progre_status = 0