OSDN Git Service

AppliStation-GUI,設定画面のレポジトリURL指定がうまく反映されないことがある問題を修正
authorttp <ttp@users.sourceforge.jp>
Wed, 20 Oct 2010 16:49:31 +0000 (01:49 +0900)
committerttp <ttp@users.sourceforge.jp>
Sun, 31 Oct 2010 09:00:17 +0000 (18:00 +0900)
AppliStation/UserPrefForm.Designer.cs
AppliStation/UserPrefForm.cs

index 9cbf827..eecfa7f 100644 (file)
                        this.repoUrlTextBox.Name = "repoUrlTextBox";\r
                        this.repoUrlTextBox.Size = new System.Drawing.Size(315, 19);\r
                        this.repoUrlTextBox.TabIndex = 3;\r
-                       this.repoUrlTextBox.Leave += new System.EventHandler(this.RepoUrlTextBoxLeave);\r
+                       this.repoUrlTextBox.Validated += new System.EventHandler(this.RepoUrlTextBoxValidated);\r
                        this.repoUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.RepoUrlTextBoxValidating);\r
                        // \r
                        // repoUrlLabel\r
index 5b32a77..4042f6a 100644 (file)
@@ -169,7 +169,7 @@ namespace AppliStation
                        }\r
                }\r
                \r
-               void RepoUrlTextBoxLeave(object sender, EventArgs e)\r
+               void RepoUrlTextBoxValidated(object sender, EventArgs e)\r
                {\r
                        int selectedIndex = repoListCheckedListBox.SelectedIndex;\r
                        if ((0 <= selectedIndex) && (selectedIndex < repos.Count)) {\r