From 908777d2e4e8efcb5e534ac5cfa4d456808501e6 Mon Sep 17 00:00:00 2001 From: Cyril Deguet Date: Thu, 30 May 2002 13:39:43 +0000 Subject: [PATCH] - gnome.c didn't compile (Gildas you forgot the default value for gnome-toolbartext, I assume it was 1 ;) --- plugins/gtk/gnome.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/gtk/gnome.c b/plugins/gtk/gnome.c index 8a52f65e4a..a75b226f75 100644 --- a/plugins/gtk/gnome.c +++ b/plugins/gtk/gnome.c @@ -2,7 +2,7 @@ * gnome.c : Gnome plugin for vlc ***************************************************************************** * Copyright (C) 2000 VideoLAN - * $Id: gnome.c,v 1.22 2002/05/30 08:17:04 gbazin Exp $ + * $Id: gnome.c,v 1.23 2002/05/30 13:39:43 asmax Exp $ * * Authors: Samuel Hocevar * @@ -76,7 +76,7 @@ MODULE_CONFIG_START ADD_CATEGORY_HINT( N_("Miscellaneous"), NULL ) ADD_BOOL ( "gnome-tooltips", 1, GtkHideTooltips, TOOLTIPS_TEXT, TOOLTIPS_LONGTEXT ) -ADD_BOOL ( "gnome-toolbartext", GtkHideToolbarText, TOOLBAR_TEXT, +ADD_BOOL ( "gnome-toolbartext", 1, GtkHideToolbarText, TOOLBAR_TEXT, TOOLBAR_LONGTEXT ) ADD_INTEGER( "gnome-prefs-maxh", 480, NULL, PREFS_MAXH_TEXT, PREFS_MAXH_LONGTEXT ) -- GitLab