From 22bc94a7aa9f83e9fae963f86fe85d262fb2765e Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 15 Nov 2009 11:58:12 +0000 Subject: Added missing Display() to Set() --- menu.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/menu.c b/menu.c index da0f8f7b..e6902310 100644 --- a/menu.c +++ b/menu.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.c,v 1.71 2009-11-11 16:09:09 phintuka Exp $ + * $Id: menu.c,v 1.72 2009-11-15 11:58:12 phintuka Exp $ * */ @@ -177,6 +177,7 @@ void cMenuBrowseFiles::Set(void) StoreConfig(); SetHelpButtons(); + Display(); } void cMenuBrowseFiles::StoreConfig(void) -- cgit v1.2.3