Updating branch refs/heads/master
         to 9b157a7511f3007ba188bb576621f95729728c6c (commit)
       from 6b2bf978cb111b8702abf17c099d195afb13544a (commit)

commit 9b157a7511f3007ba188bb576621f95729728c6c
Author: Juha <j...@xfce.org>
Date:   Mon Jan 28 13:56:10 2013 +0200

    4.8.3.6 Fixed Bug 9739 TODOs should start not completed
    
    Thanks to patch for Lee Thomas!
    Changed default to be not completed for new TODOs. Makes very much sense.

 configure.in.in   |    2 +-
 src/appointment.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 36b9a3e..71efeea 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,7 +9,7 @@ dnl Written for Xfce by Juha Kautto <j...@xfce.org>
 dnl
 
 dnl Version information
-m4_define([orage_version], [4.8.3.5-git])
+m4_define([orage_version], [4.8.3.6-git])
 
 m4_define([gtk_minimum_version], [2.10.0])
 m4_define([xfce_minimum_version], [4.6.0])
diff --git a/src/appointment.c b/src/appointment.c
index 2751aff..1f1be78 100644
--- a/src/appointment.c
+++ b/src/appointment.c
@@ -1670,8 +1670,8 @@ static xfical_appt *fill_appt_window_get_appt(appt_win 
*apptw
             appt->start_tz_loc = g_strdup("floating");
         appt->end_tz_loc = g_strdup(appt->start_tz_loc);
         appt->duration = 30*60;
-        /* use completed by default for new TODO */
-        appt->completed = TRUE;
+        /* use NOT completed by default for new TODO */
+        appt->completed = FALSE;
         /* use duration by default for new appointments */
         appt->use_duration = TRUE;
         g_sprintf(appt->completedtime,"%sT%02d%02d00"
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to