Changeset 655

Show
Ignore:
Timestamp:
06/27/08 12:46:44 (5 months ago)
Author:
free
Message:
  • menu

. put onboard under the accessories category
. added icon function
. custom eboard icon

Location:
cdd-utils/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • cdd-utils/trunk/debian/changelog

    r654 r655  
    1 cdd-utils (0.12.3) 64studio; urgency=low 
     1cdd-utils (0.12.4) 64studio; urgency=low 
    22 
    33  * [lib]: 
    4      - menu: put onboard under the accessories category 
     4     - menu 
     5        . put onboard under the accessories category 
     6        . added icon function 
     7        . custom eboard icon 
    58     - desktop: fixed wrong key in gdm theme configuration 
    69  * [bin] 
  • cdd-utils/trunk/lib/menu.sh

    r654 r655  
    4141  sep="=" 
    4242  val="false" 
     43  set_key "$key" "$sep" "$val" "$cfg" 
     44  key="Icon" 
     45  sep=" = " 
     46  val="/usr/share/pixmaps/trinity/keyboard-icon.png" 
    4347  set_key "$key" "$sep" "$val" "$cfg" 
    4448}