Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/daemon/client/include/fluxbox.client.class

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

revision 2013 by niro, Mon Aug 13 10:00:31 2012 UTC revision 2014 by niro, Mon Aug 13 10:02:37 2012 UTC
# Line 126  set_fluxbox_menuitem() Line 126  set_fluxbox_menuitem()
126  # get_fluxbox_menuitem  # get_fluxbox_menuitem
127  get_fluxbox_menuitem()  get_fluxbox_menuitem()
128  {  {
129   local i   list_files_in_directory ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/menu
  local item  
   
  for i in $(find ${MROOT}/${MCORE_CONFIG_PATH}/fluxbox/menu -type f | sort)  
  do  
  item="${item} $(basename ${i})"  
  done  
   
  rvecho "${item}"  
130  }  }
131    
132  help_fluxbox_theme()  help_fluxbox_theme()
# Line 176  get_fluxbox_theme() Line 168  get_fluxbox_theme()
168    
169   case "${method}" in   case "${method}" in
170   system)   system)
171   for i in $(find ${MROOT}/${stylesdir} -mindepth 1 -maxdepth 1 | sort)   list_files_in_directory -type d -mindepth 1 -maxdepth 1 ${MROOT}/${stylesdir}
  do  
  value="${value} $(basename ${i})"  
  done  
  rvecho "${value}"  
172   ;;   ;;
173    
174   current)   current)

Legend:
Removed from v.2013  
changed lines
  Added in v.2014