~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to src/freeguide/common/gui/FavouriteEditorDialog.java

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 * DOCUMENT ME!
45
45
 *
46
46
 * @author $author$
47
 
 * @version $Revision: 1602 $
 
47
 * @version $Revision$
48
48
 */
49
49
public class FavouriteEditorDialog extends FGDialog
50
50
{
171
171
                       .getLocalizedMessage( "regular_expression" ) );
172
172
        cmbChannel.addItem( StringHelper.EMPTY_STRING );
173
173
 
174
 
        Iterator it = allChannelsSet.getChannels(  ).iterator(  );
 
174
        Iterator it = allChannelsSet.getSortedChannels(  ).iterator(  );
175
175
 
176
176
        while( it.hasNext(  ) )
177
177
        {