diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-01-05 00:42:50 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-01-05 00:42:50 -0500 |
commit | eb9d0ab2e896a8b4fe7a8bd1b83366c127796790 (patch) | |
tree | a582b20b855d4f90228aad7b68b2c58902cdb2b2 | |
parent | 106077a8bfb9d94b7f3dc447f8f8334468ff0d69 (diff) |
trace-view: Fixed comment about version in trace-compat.h
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-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 | ||