From 129c6af2f177d9413bb1280f8dd5be2fbb82a150 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 20 Jan 2016 17:32:38 +0300 Subject: information-panel: one more GtkWidget* usage also use GtkBox type in both GTK+ builds --- libcaja-private/caja-keep-last-vertical-box.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'libcaja-private/caja-keep-last-vertical-box.h') diff --git a/libcaja-private/caja-keep-last-vertical-box.h b/libcaja-private/caja-keep-last-vertical-box.h index 7492240a..5ec28ca1 100644 --- a/libcaja-private/caja-keep-last-vertical-box.h +++ b/libcaja-private/caja-keep-last-vertical-box.h @@ -1,6 +1,6 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ -/* caja-keep-last-vertical-box.h: Subclass of GtkVBox that clips off +/* caja-keep-last-vertical-box.h: Subclass of GtkBox that clips off items that don't fit, except the last one. Copyright (C) 2000 Eazel, Inc. @@ -45,20 +45,12 @@ typedef struct CajaKeepLastVerticalBoxClass CajaKeepLastVerticalBoxClass; struct CajaKeepLastVerticalBox { -#if GTK_CHECK_VERSION (3, 0, 0) GtkBox parent; -#else - GtkVBox parent; -#endif }; struct CajaKeepLastVerticalBoxClass { -#if GTK_CHECK_VERSION (3, 0, 0) GtkBoxClass parent_class; -#else - GtkVBoxClass parent_class; -#endif }; GType caja_keep_last_vertical_box_get_type (void); -- cgit v1.2.1