~ubuntu-branches/debian/squeeze/im-config/squeeze

« back to all changes in this revision

Viewing changes to im-config.gtk

  • Committer: Bazaar Package Importer
  • Author(s): Osamu Aoki
  • Date: 2010-07-17 21:42:59 UTC
  • Revision ID: james.westby@ubuntu.com-20100717214259-uvgvu89n06iai92p
Tags: 0.3
* Added skim support.
* Enabled menu if corresponding package is installed even for low
  priority entries.
* Fixed library check logic to set environment variables. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    zenity --info --text "${IM_CONFIG_MESSAGE}\n\n$IM_CONFIG_DOC"
21
21
else
22
22
    IM_CONFIG_MENULIST="zenity --title=\"Input Method Configuration (im-config, ver. $IM_CONFIG_VERSION)\" --width=600 --height=400 --text=\"Select $IM_CONFIG_XINPUTRC_DSC for Input Method. User configuration supercedes system one.\" --list --radiolist --column select --column name --column \"Description of Input Method Configuration\""
23
 
    # Make selection menu list (00-79 only)
24
 
    for x in $IM_CONFIG_DATA/[01234567]?_*.im ; do
 
23
    # Make selection menu list (00-89 only)
 
24
    for x in $IM_CONFIG_DATA/[012345678]?_*.im ; do
25
25
        y=$(name_im $x)
26
26
        if [ $y = $IM_CONFIG_ACTIVE ]; then
27
27
            if check_avail_im $y ; then