diff options
Diffstat (limited to 'trace-compat.h')
-rw-r--r-- | trace-compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-compat.h b/trace-compat.h index ce7759d..7795678 100644 --- a/trace-compat.h +++ b/trace-compat.h | |||
@@ -35,6 +35,7 @@ void gtk_cell_renderer_get_padding(GtkCellRenderer *cell, | |||
35 | 35 | ||
36 | #if GTK_VERSION < CALC_GTK_VERSION(2,16,0) | 36 | #if GTK_VERSION < CALC_GTK_VERSION(2,16,0) |
37 | 37 | ||
38 | const gchar *gtk_menu_item_get_label(GtkMenuItem *menu_item); | ||
38 | void gtk_menu_item_set_label(GtkMenuItem *menu_item, const gchar *label); | 39 | void gtk_menu_item_set_label(GtkMenuItem *menu_item, const gchar *label); |
39 | 40 | ||
40 | #endif /* version < 2.16.0 */ | 41 | #endif /* version < 2.16.0 */ |