From e4ebb9a8569ce5ca5f8aed9a9292eaff56557c40 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 8 Aug 2012 18:34:25 +0200 Subject: get rid of ULTRA_PORTABLE define, gtk stuff now works without it --- plugins/shellexecui/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shellexecui/support.c') diff --git a/plugins/shellexecui/support.c b/plugins/shellexecui/support.c index 1eef6efc..b3816098 100644 --- a/plugins/shellexecui/support.c +++ b/plugins/shellexecui/support.c @@ -197,7 +197,7 @@ gtk_combo_box_text_get_active_text (GtkComboBoxText *combo_box) { #endif -#if !GTK_CHECK_VERSION(2,18,0) || defined(ULTRA_COMPATIBLE) +#if !GTK_CHECK_VERSION(2,18,0) void gtk_widget_set_allocation (GtkWidget *widget, const GtkAllocation *allocation) { widget->allocation.x = (allocation)->x; -- cgit v1.2.3