]> Pileus Git - ~andy/gtk/commit
Avoid some compiler warnings and remove obsolete code. (#339540)
authorMathias Hasselmann <hasselmm@src.gnome.org>
Wed, 19 Dec 2007 22:57:01 +0000 (22:57 +0000)
committerMathias Hasselmann <hasselmm@src.gnome.org>
Wed, 19 Dec 2007 22:57:01 +0000 (22:57 +0000)
commit2967c27e6a69ed747ddad5533b7cd19f330320aa
treeeeba284070efa7048649eddb76912539446386a7
parent8c3c173239333521143bf7197acc2ac764bdb274
Avoid some compiler warnings and remove obsolete code. (#339540)

* gtk/gtkcalendar.c: Change week and year variable in
calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
0" block from calendar_paint_day: The feature in question is handled
few lines above. Cast data returned by gtk_selection_data_get_text()
to (gchar*) in gtk_calendar_drag_data_received.

svn path=/trunk/; revision=19201
ChangeLog
gtk/gtkcalendar.c