diff options
-rw-r--r-- | trace-compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trace-compat.h b/trace-compat.h index 8f8ad11..1d9099c 100644 --- a/trace-compat.h +++ b/trace-compat.h | |||
@@ -16,7 +16,7 @@ void gtk_cell_renderer_get_padding(GtkCellRenderer *cell, | |||
16 | 16 | ||
17 | void gtk_menu_item_set_label(GtkMenuItem *menu_item, const gchar *label); | 17 | void gtk_menu_item_set_label(GtkMenuItem *menu_item, const gchar *label); |
18 | 18 | ||
19 | #endif /* version < 2.18.0 */ | 19 | #endif /* version < 2.16.0 */ |
20 | 20 | ||
21 | #if GTK_VERSION < CALC_GTK_VERSION(2,14,0) | 21 | #if GTK_VERSION < CALC_GTK_VERSION(2,14,0) |
22 | 22 | ||