~bas-dotbas/do/win32-next

« back to all changes in this revision

Viewing changes to Do/src/Do.UI/ManagePluginsPreferencesWidget.cs

  • Committer: David Siegel
  • Date: 2008-10-22 00:11:15 UTC
  • mto: (565.5.2 do-future)
  • mto: This revision was merged to the branch mainline in revision 597.
  • Revision ID: david@david-desktop-20081022001115-ea01c0eoce3gzart
Mono 2.0 transition...

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
                        scrollw.Add (nview);
62
62
                        scrollw.ShowAll ();
63
63
 
64
 
                        foreach (string repoName in PluginManager.RepositoryUrls.Keys) {
65
 
                                if (PluginManager.RepositoryUrls [repoName].Count > 0)
66
 
                                        show_combo.AppendText (repoName);
 
64
                        foreach (string repo in PluginManager.RepositoryUrls.Keys) {
 
65
                                show_combo.AppendText (repo);
67
66
                        }
68
67
                        show_combo.AppendText (PluginManager.AllPluginsRepository);
69
68
                        show_combo.Active = 0;