gtk/gtkseparatortoolitem.c remove pointless #undef GTK_DISABLE_DEPRECATED.

2008-08-04  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkseparatortoolitem.c
	* tests/testactions.c: remove pointless #undef GTK_DISABLE_DEPRECATED.

	* gtk/gtkcalendar.c (calendar_set_display_option): use
	gtk_calendar_set_display_options() instead of the deprecated
	gtk_calendar_display_options().


svn path=/trunk/; revision=20977
This commit is contained in:
Michael Natterer
2008-08-04 16:12:23 +00:00
committed by Michael Natterer
parent 2a5956765d
commit a3a5bc340d
4 changed files with 10 additions and 6 deletions

View File

@ -17,7 +17,6 @@
* Boston, MA 02111-1307, USA.
*/
#undef GTK_DISABLE_DEPRECATED
#include "config.h"
#include <gtk/gtk.h>