/[d-i]/people/bubulle/localechooser/localechooser
ViewVC logotype

Diff of /people/bubulle/localechooser/localechooser

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

revision 22469 by bubulle, Sat Oct 2 12:17:57 2004 UTC revision 22470 by bubulle, Sat Oct 2 17:43:06 2004 UTC
# Line 254  if [ "$LANGUAGE" != "C" ]; then Line 254  if [ "$LANGUAGE" != "C" ]; then
254                          # If the locale includes a country, then                          # If the locale includes a country, then
255                          # don't display the short list, and only show the                          # don't display the short list, and only show the
256                          # full list at medium priority.                          # full list at medium priority.
257                            askedshort=0
258                          if (echo $LOCALE | grep "_" >/dev/null 2>&1) ; then                          if (echo $LOCALE | grep "_" >/dev/null 2>&1) ; then
                                 askedshort=0  
259                                  fullprio=medium                                  fullprio=medium
260                          else                          else
261                                  if [ "$use_lang" ]; then                                  if [ "$use_lang" ]; then
# Line 265  if [ "$LANGUAGE" != "C" ]; then Line 265  if [ "$LANGUAGE" != "C" ]; then
265                                          db_set $shortlist $COUNTRYCODE_LANGUAGECHOOSER                                          db_set $shortlist $COUNTRYCODE_LANGUAGECHOOSER
266                                          db_input $shortprio $shortlist || [ $? -eq 30 ]                                          db_input $shortprio $shortlist || [ $? -eq 30 ]
267                                          askedshort=1                                          askedshort=1
                                 else  
                                         askedshort=0  
268                                  fi                                  fi
269                          fi                          fi
270                  ;;                  ;;

Legend:
Removed from v.22469  
changed lines
  Added in v.22470

  ViewVC Help
Powered by ViewVC 1.1.5