summaryrefslogtreecommitdiff
path: root/src/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/calendar.c')
-rw-r--r--src/calendar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calendar.c b/src/calendar.c
index e2d94ff..36b3fe4 100644
--- a/src/calendar.c
+++ b/src/calendar.c
@@ -100,7 +100,7 @@ zenity_calendar_dialog_response (GtkWidget *widget, int response, gpointer data)
gtk_calendar_get_date (GTK_CALENDAR (calendar), &day, &month, &year);
date = g_date_new_dmy (year, month + 1, day);
g_date_strftime (time_string, 127, zen_cal_data->date_format, date);
- g_printerr ("%s\n", time_string);
+ g_print ("%s\n", time_string);
if (date != NULL)
g_date_free (date);