diff options
Diffstat (limited to 'src/caja-sidebar-title.c')
-rw-r--r-- | src/caja-sidebar-title.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/caja-sidebar-title.c b/src/caja-sidebar-title.c index d9c780ce..baa9c5e0 100644 --- a/src/caja-sidebar-title.c +++ b/src/caja-sidebar-title.c @@ -57,6 +57,10 @@ #define DEFAULT_LIGHT_INFO_COLOR 0xFFFFFF #define DEFAULT_DARK_INFO_COLOR 0x2A2A2A +#if GTK_CHECK_VERSION (3, 0, 0) +#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) +#endif + static void caja_sidebar_title_size_allocate (GtkWidget *widget, GtkAllocation *allocation); static void update_icon (CajaSidebarTitle *sidebar_title); |