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 2769 by niro, Thu Feb 11 14:15:33 2016 UTC revision 2770 by niro, Thu Feb 11 14:18:05 2016 UTC
# Line 192  push_config_80_fluxbox_theme() Line 192  push_config_80_fluxbox_theme()
192   local serial="$1"   local serial="$1"
193   local value   local value
194    
195   value=$(mysqldo "select theme from cfg_fluxbox.menuitem where serial='${serial}'")   value=$(mysqldo "select theme from cfg_fluxbox.theme where serial='${serial}'")
196   if [[ -z ${value} ]] || [[ ${value} = NULL ]]   if [[ -z ${value} ]] || [[ ${value} = NULL ]]
197   then   then
198   decho "No theme retrieved"   decho "No theme retrieved"

Legend:
Removed from v.2769  
changed lines
  Added in v.2770