X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fhildon-calendar.c;h=2a1e8ee08afbcb97e5280834bfbbee042ee1860b;hb=3e01c35cb8fc31655d51ac915f7739e3bd2381f6;hp=f2d67f49aa428c53332236566a17f3dd56f15453;hpb=dc324f6c6ce2a3ebd2b05673d98346d0ff545eec;p=hildon diff --git a/src/hildon-calendar.c b/src/hildon-calendar.c index f2d67f4..2a1e8ee 100644 --- a/src/hildon-calendar.c +++ b/src/hildon-calendar.c @@ -12,7 +12,7 @@ * HldonCalendar modifications * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved. * - * Contact: Michael Dominic Kostrzewa + * Contact: Rodrigo Novo * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -45,7 +45,15 @@ * standard #GtkCalendar or use #HildonDateEditor for more higher-level date setting * operations. * - */ + * + * + * #HildonCalendar has been deprecated since Hildon 2.2 and should not + * be used in newly written code. Use #HildonDateSelector instead. + * + * + */ + +#undef HILDON_DISABLE_DEPRECATED #ifdef HAVE_CONFIG_H #include @@ -53,6 +61,8 @@ #define _GNU_SOURCE /* needed for GNU nl_langinfo_l */ +#include + #ifdef HAVE_SYS_TIME_H #include #endif @@ -61,15 +71,13 @@ #include #include #include -#include + #include +#include +#include #include "hildon-calendar.h" #include "hildon-marshalers.h" -#include -#include -#include -#include #include "hildon-calendar-private.h" /***************************************************************************/