From badc11edcf5e73bc6148c7b5cdccee739eb9d7ae Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 15 Nov 2011 19:45:29 +0100 Subject: Bug #661126 - Meeting Free/busy dialog dates don't follow locale --- e-util/e-datetime-format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'e-util/e-datetime-format.h') diff --git a/e-util/e-datetime-format.h b/e-util/e-datetime-format.h index 2c19c65133..28eed151b3 100644 --- a/e-util/e-datetime-format.h +++ b/e-util/e-datetime-format.h @@ -39,6 +39,7 @@ void e_datetime_format_add_setup_widget (GtkWidget *table, gint row, const gchar gchar *e_datetime_format_format (const gchar *component, const gchar *part, DTFormatKind kind, time_t value); gchar *e_datetime_format_format_tm (const gchar *component, const gchar *part, DTFormatKind kind, struct tm *tm_time); +gboolean e_datetime_format_includes_day_name (const gchar *component, const gchar *part, DTFormatKind kind); G_END_DECLS -- cgit v1.2.3