From eea9c1001a0690b80a5f0ff2f0d186a83c732b9f Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Thu, 27 Jun 2002 21:40:48 +0000 Subject: added patch from Kang Jeong-Hee to support toolbar style "both_horiz". 2002-06-27 Mikael Hallendal * src/yelp-window.c: added patch from Kang Jeong-Hee to support toolbar style "both_horiz". Fixes #85529 --- src/yelp-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/yelp-window.c b/src/yelp-window.c index 1b522b99..139a7932 100644 --- a/src/yelp-window.c +++ b/src/yelp-window.c @@ -55,7 +55,8 @@ typedef enum { static GConfEnumStringPair toolbar_styles[] = { { GTK_TOOLBAR_TEXT, "text" }, { GTK_TOOLBAR_ICONS, "icons" }, - { GTK_TOOLBAR_BOTH, "both" } + { GTK_TOOLBAR_BOTH, "both" }, + { GTK_TOOLBAR_BOTH_HORIZ, "both_horiz" } }; static void window_init (YelpWindow *window); -- cgit v1.2.1