This commit is contained in:
Hylke Bons 2010-05-18 23:39:20 +01:00
parent 7b9c1a024d
commit 78dfda62e0
2 changed files with 2 additions and 1 deletions

View file

@ -102,7 +102,6 @@ namespace SparkleShare {
Destroy ();
};
DialogButtons.Add (CloseButton);
SparkleWindow.Default = CloseButton;
LayoutVertical.PackStart (InfoLabel, false, false, 0);
LayoutVertical.PackStart (new Label (), false, false, 0);

View file

@ -43,6 +43,8 @@ namespace SparkleShare {
MenuItem [] FolderItems =
new MenuItem [SparkleShare.Repositories.Length];
// TODO: For some strange reason both entries
// open the same repo...
int i = 0;
foreach (SparkleRepo SparkleRepo in SparkleShare.Repositories) {
FolderItems [i] = new MenuItem (SparkleRepo.Name);