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 2566 by niro, Thu Sep 17 09:40:02 2015 UTC revision 2567 by niro, Thu Sep 17 10:09:41 2015 UTC
# Line 28  set_fluxbox_menuitem() Line 28  set_fluxbox_menuitem()
28   ;;   ;;
29   esac   esac
30    
31     if [[ -z ${name} ]]
32     then
33     eecho "No name given"
34     return 1
35     fi
36    
37   id=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}' and name='${name}';")   id=$(mysqldo "select id from cfg_fluxbox_menuitem where serial='${serial}' and name='${name}';")
38   if [[ -n ${id} ]]   if [[ -n ${id} ]]
39   then   then

Legend:
Removed from v.2566  
changed lines
  Added in v.2567