diff options
Diffstat (limited to 'shell/eggfindbar.c')
-rw-r--r-- | shell/eggfindbar.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/eggfindbar.c b/shell/eggfindbar.c index 561b6d85..4074d4f2 100644 --- a/shell/eggfindbar.c +++ b/shell/eggfindbar.c @@ -26,6 +26,10 @@ #include "eggfindbar.h" +#if GTK_CHECK_VERSION (3, 0, 0) +#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) +#endif + struct _EggFindBarPrivate { gchar *search_string; |