Magellan Linux

Diff of /alx-src/branches/alxconf-060/functions/config_sessions.sh

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

revision 3489 by niro, Fri Apr 13 17:03:05 2012 UTC revision 3490 by niro, Mon Apr 16 10:07:49 2012 UTC
# Line 313  generate_all_desktop_icons() Line 313  generate_all_desktop_icons()
313   do   do
314   # abort if empty   # abort if empty
315   [[ -z ${i} ]] && continue   [[ -z ${i} ]] && continue
316    
317   evaluate_table cfg_plugins "where serial='${ALX_SERIAL}' and id='${i}'"   evaluate_table cfg_plugins "where serial='${ALX_SERIAL}' and id='${i}'"
318   if [[ -x ${ALX_PLUGINS}/${cfg_plugins_plugin}/plugin.sh ]]   if [[ -x ${ALX_PLUGINS}/${cfg_plugins_plugin}/plugin.sh ]]
319   then   then

Legend:
Removed from v.3489  
changed lines
  Added in v.3490