Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/fluxbox/fluxbox.control.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2541 by niro, Wed Sep 16 10:28:47 2015 UTC revision 2542 by niro, Wed Sep 16 10:29:20 2015 UTC
# Line 43  control_fluxbox_menuitem() Line 43  control_fluxbox_menuitem()
43   local values   local values
44   local id   local id
45    
46     # first delete all menuitems then regen all
47     control_client "${serial}" set fluxbox.menuitem del
48   values=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}';")   values=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}';")
49   for id in ${values}   for id in ${values}
50   do   do

Legend:
Removed from v.2541  
changed lines
  Added in v.2542