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 2872 by niro, Thu Feb 11 14:18:05 2016 UTC revision 2873 by niro, Fri Aug 14 08:43:19 2020 UTC
# Line 61  push_config_80_fluxbox_menuitem() Line 61  push_config_80_fluxbox_menuitem()
61   values=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}';")   values=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}';")
62   for id in ${values}   for id in ${values}
63   do   do
64   evaluate_table_xml cfg_fluxbox_menuitem "where serial='${serial}'"   evaluate_table_xml cfg_fluxbox_menuitem "where id='${id}'"
65   if [[ -z ${cfg_fluxbox_menuitem_name} ]]   if [[ -z ${cfg_fluxbox_menuitem_name} ]]
66   then   then
67   eecho "Name must not be empty id->'${id}'"   eecho "Name must not be empty id->'${id}'"
# Line 141  push_config_80_fluxbox_autostart() Line 141  push_config_80_fluxbox_autostart()
141   values=$(mysqldo "select id from cfg_fluxbox_autostart where serial='${serial}';")   values=$(mysqldo "select id from cfg_fluxbox_autostart where serial='${serial}';")
142   for id in ${values}   for id in ${values}
143   do   do
144   evaluate_table_xml cfg_fluxbox_autostart "where serial='${serial}'"   evaluate_table_xml cfg_fluxbox_autostart "where id='${id}'"
145   if [[ -z ${cfg_fluxbox_autostart_name} ]]   if [[ -z ${cfg_fluxbox_autostart_name} ]]
146   then   then
147   eecho "Name must not be empty id->'${id}'"   eecho "Name must not be empty id->'${id}'"

Legend:
Removed from v.2872  
changed lines
  Added in v.2873