diff gui/app.c @ 33084:b8779b19730e

Cosmetic: Rename menuBase menu. The new name corresponds better to the names of the other wItems and statements using it are more intelligible.
author ib
date Thu, 31 Mar 2011 12:25:32 +0000
parents 901dc2c4130f
children eabc2472e7eb
line wrap: on
line diff
--- a/gui/app.c	Thu Mar 31 12:03:54 2011 +0000
+++ b/gui/app.c	Thu Mar 31 12:25:32 2011 +0000
@@ -106,7 +106,7 @@
     appClearItem(&appMPlayer.bar);
     appMPlayer.barIsPresent = 0;
 
-    appClearItem(&appMPlayer.menuBase);
+    appClearItem(&appMPlayer.menu);
     appClearItem(&appMPlayer.menuSelected);
     appMPlayer.menuIsPresent = 0;