aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-30 16:06:05 -0500
committerTed Gould <ted@gould.cx>2011-03-30 16:06:05 -0500
commitb690f64445e81b5ce09f5b1eb7b56defb64bbba4 (patch)
treee518d56e233d6bf637e31bb5e10e72217f2bbfcd /src/datetime-service.c
parentd331e3005e9c3d00709f146ccd2e32f6f2a2c82d (diff)
downloadayatana-indicator-datetime-b690f64445e81b5ce09f5b1eb7b56defb64bbba4.tar.gz
ayatana-indicator-datetime-b690f64445e81b5ce09f5b1eb7b56defb64bbba4.tar.bz2
ayatana-indicator-datetime-b690f64445e81b5ce09f5b1eb7b56defb64bbba4.zip
Setting the default _WITH_DAY to be 12_WITH_DAY
Diffstat (limited to 'src/datetime-service.c')
-rw-r--r--src/datetime-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index fb3b89f..5172eea 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -654,7 +654,7 @@ update_appointment_menu_items (gpointer user_data)
const int mday = today->tm_mday;
const int mon = today->tm_mon;
const int year = today->tm_year;
-
+
struct tm *start_tm = NULL;
int this_year = today->tm_year + 1900;
int days[12]={31,28,31,30,31,30,31,31,30,31,30,31};