Changeset 655
- Timestamp:
- 06/27/08 12:46:44 (5 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 2 modified
-
debian/changelog (modified) (1 diff)
-
lib/menu.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/debian/changelog
r654 r655 1 cdd-utils (0.12. 3) 64studio; urgency=low1 cdd-utils (0.12.4) 64studio; urgency=low 2 2 3 3 * [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 5 8 - desktop: fixed wrong key in gdm theme configuration 6 9 * [bin] -
cdd-utils/trunk/lib/menu.sh
r654 r655 41 41 sep="=" 42 42 val="false" 43 set_key "$key" "$sep" "$val" "$cfg" 44 key="Icon" 45 sep=" = " 46 val="/usr/share/pixmaps/trinity/keyboard-icon.png" 43 47 set_key "$key" "$sep" "$val" "$cfg" 44 48 }
