From 30d45a522eb83d519f1ee44ebe06a6696d2b094d Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 25 Jul 2013 21:06:25 -0500 Subject: in the appointments section, only show the next instance of recurring events. If the event is daily, say so in the time format string. --- src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 8dc2964..73bd83a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -32,6 +32,7 @@ void split_settings_location (const gchar * location, gchar ** zone, gchar ** na gchar * get_current_zone_name (const gchar * location); gchar * generate_format_string_full (gboolean show_day, gboolean show_date); gchar * generate_format_string_at_time (GDateTime * now, GDateTime * time); +gchar * join_date_and_time_format_strings (const char * date, const char * time); G_END_DECLS -- cgit v1.2.3