Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/fluxbox/fluxbox.client.class.in

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

revision 2152 by niro, Fri Jan 10 13:42:25 2014 UTC revision 2153 by niro, Fri Jan 10 13:43:12 2014 UTC
# Line 148  set_fluxbox_theme() Line 148  set_fluxbox_theme()
148   local stylesdir="@@DATADIR@@/fluxbox/styles"   local stylesdir="@@DATADIR@@/fluxbox/styles"
149    
150   [[ -z ${theme} ]] && help_fluxbox_theme && return 1   [[ -z ${theme} ]] && help_fluxbox_theme && return 1
151   [[ ! -x $(which fluxbox-remote) ]] && eecho "fluxbox-remote missing! Aborted" && return 1   [[ ! -x $(type -P fluxbox-remote) ]] && eecho "fluxbox-remote missing! Aborted" && return 1
152    
153   if [[ -e ${stylesdir}/${theme} ]]   if [[ -e ${stylesdir}/${theme} ]]
154   then   then

Legend:
Removed from v.2152  
changed lines
  Added in v.2153