summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/support.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexecui/support.c')
-rw-r--r--plugins/shellexecui/support.c2
1 files changed, 1 insertions, 1 deletions
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;