[gnome-clocks] Fix typo in latest patch



commit 04ba9ba245d04b26aabf6185f8f54194c67370cc
Author: Paolo Borelli <pborelli gnome org>
Date:   Thu Dec 6 23:07:42 2012 +0100

    Fix typo in latest patch
    
    /me should not amend silly things in other people's patches

 gnomeclocks/alarm.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/alarm.py b/gnomeclocks/alarm.py
index 7700018..236a4c9 100644
--- a/gnomeclocks/alarm.py
+++ b/gnomeclocks/alarm.py
@@ -426,7 +426,7 @@ class AlarmStandalone(Gtk.EventBox):
         else:
             # edited alarms are always active, instead on cancel
             # we restore the previous state
-            self.alarm.swicth(self.edited_active)
+            self.alarm.set_active(self.edited_active)
         dialog.destroy()
 
 



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