[california] Update DTSTART propertly when editing recurring event



commit d2446cd9e17276f9286273e8c9a5b442be62bb7a
Author: Jim Nelson <jim yorba org>
Date:   Wed Sep 24 15:30:47 2014 -0700

    Update DTSTART propertly when editing recurring event

 src/host/host-create-update-event.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/host/host-create-update-event.vala b/src/host/host-create-update-event.vala
index 831b34d..300968e 100644
--- a/src/host/host-create-update-event.vala
+++ b/src/host/host-create-update-event.vala
@@ -247,9 +247,9 @@ public class CreateUpdateEvent : Gtk.Grid, Toolkit.Card {
                         Calendar.Timezone.local
                     );
                 }
+                
+                return;
             }
-            
-            return;
         }
         
         if (dt.is_all_day)


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