From 07968e54abe059c96a48377e05a602712c46c865 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 29 Jun 2010 22:16:37 +0100 Subject: [PATCH] Fix compile with recent GTK versions --- panels/datetime/cc-timezone-map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panels/datetime/cc-timezone-map.c b/panels/datetime/cc-timezone-map.c index e891b0042..8923aa29b 100644 --- a/panels/datetime/cc-timezone-map.c +++ b/panels/datetime/cc-timezone-map.c @@ -239,7 +239,7 @@ cc_timezone_map_realize (GtkWidget *widget) gtk_widget_get_allocation (widget, &allocation); - GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED); + gtk_widget_set_realized (widget, TRUE); attr.window_type = GDK_WINDOW_CHILD; attr.wclass = GDK_INPUT_OUTPUT;