diff options
author | phintuka <phintuka> | 2009-11-15 11:58:12 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-11-15 11:58:12 +0000 |
commit | 22bc94a7aa9f83e9fae963f86fe85d262fb2765e (patch) | |
tree | 8037b57d89e1143e3aaec9a20fe3a505a1223e4b | |
parent | 30db6a9b56f7071223e7b84dc89ccdf644ab3693 (diff) | |
download | xineliboutput-22bc94a7aa9f83e9fae963f86fe85d262fb2765e.tar.gz xineliboutput-22bc94a7aa9f83e9fae963f86fe85d262fb2765e.tar.bz2 |
Added missing Display() to Set()
-rw-r--r-- | menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |