Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/idesk/idesk-generate-icon-info.in

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

revision 2358 by niro, Tue Aug 25 09:51:46 2015 UTC revision 2360 by niro, Tue Aug 25 10:00:30 2015 UTC
# Line 10  LOCAL_PIXMAPS_PATH="${MCORE_CONFIG_PATH} Line 10  LOCAL_PIXMAPS_PATH="${MCORE_CONFIG_PATH}
10  ICON_INFO_PATH="${MCORE_CONFIG_PATH}/icons/info"  ICON_INFO_PATH="${MCORE_CONFIG_PATH}/icons/info"
11  ICON_INFO_SUFFIX="@@ICON_INFO_SUFFIX@@"  ICON_INFO_SUFFIX="@@ICON_INFO_SUFFIX@@"
12    
13    die() { echo "ERROR: $@"; exit 1; }
14    
15  # very basic getops  # very basic getops
16  for i in $*  for i in $*
17  do  do
# Line 61  else Line 63  else
63   addconfig "iwidth=\"${iwidth}\""   addconfig "iwidth=\"${iwidth}\""
64  fi  fi
65    
66  if [[ ! -z ${iheight} ]]  if [[ -z ${iheight} ]]
67  then  then
68   addconfig="iheight=0"   addconfig="iheight=0"
69  else  else

Legend:
Removed from v.2358  
changed lines
  Added in v.2360