summaryrefslogtreecommitdiff
path: root/plugins/gtkui/support.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-08-08 18:34:25 +0200
committerGravatar waker <wakeroid@gmail.com>2012-08-08 18:34:25 +0200
commite4ebb9a8569ce5ca5f8aed9a9292eaff56557c40 (patch)
treed704fe3ed012751c080ae4ac83af09ae9fbd111b /plugins/gtkui/support.c
parentfa3d7b5639963005869673a540594360133a70d9 (diff)
get rid of ULTRA_PORTABLE define, gtk stuff now works without it
Diffstat (limited to 'plugins/gtkui/support.c')
-rw-r--r--plugins/gtkui/support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/support.c b/plugins/gtkui/support.c
index 1eef6efc..b3816098 100644
--- a/plugins/gtkui/support.c
+++ b/plugins/gtkui/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;