summaryrefslogtreecommitdiff
path: root/UGnome.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UGnome.pas')
-rw-r--r--UGnome.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UGnome.pas b/UGnome.pas
index 9a04734..2536d42 100644
--- a/UGnome.pas
+++ b/UGnome.pas
@@ -1457,7 +1457,7 @@ begin
// The table that holds the entries
priv.entry_container := gtk_alignment_new (0.0, 0.0, 1.0, 1.0);
- if can_anonymous and Application.GTKVersion_2_4_0_Up then g_object_set (priv.entry_container, 'left-padding', 12, nil);
+ if can_anonymous then g_object_set (priv.entry_container, 'left-padding', 12, nil);
gtk_box_pack_start (GTK_BOX (vbox), priv.entry_container, FALSE, FALSE, 0);
table := gtk_table_new (rows, 2, FALSE);