summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-11-15 11:58:12 +0000
committerphintuka <phintuka>2009-11-15 11:58:12 +0000
commit22bc94a7aa9f83e9fae963f86fe85d262fb2765e (patch)
tree8037b57d89e1143e3aaec9a20fe3a505a1223e4b
parent30db6a9b56f7071223e7b84dc89ccdf644ab3693 (diff)
downloadxineliboutput-22bc94a7aa9f83e9fae963f86fe85d262fb2765e.tar.gz
xineliboutput-22bc94a7aa9f83e9fae963f86fe85d262fb2765e.tar.bz2
Added missing Display() to Set()
-rw-r--r--menu.c3
1 files changed, 2 insertions, 1 deletions
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)