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 2471 by niro, Mon Jun 27 15:07:00 2011 UTC revision 2472 by niro, Mon Jun 27 15:14:12 2011 UTC
# Line 311  generate_all_desktop_icons() Line 311  generate_all_desktop_icons()
311   # add shutdown, reboot icons   # add shutdown, reboot icons
312   for i in shutdown reboot   for i in shutdown reboot
313   do   do
  # abort if empty  
  [[ -z ${i} ]] && continue  
   
314   # new line if x > xres   # new line if x > xres
315   if [ ${x} -ge ${xres} ]   if [ ${x} -ge ${xres} ]
316   then   then

Legend:
Removed from v.2471  
changed lines
  Added in v.2472