OSDN Git Service

Fix start location
authorLatif Khalifa <latifer@streamgrid.net>
Sat, 20 Jun 2009 23:48:46 +0000 (23:48 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sat, 20 Jun 2009 23:48:46 +0000 (23:48 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@61 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/GUI/Consoles/MainConsole.cs

index f348623..83ac19b 100644 (file)
@@ -200,7 +200,7 @@ namespace Radegast
             {\r
                 case -1: //Custom\r
                     netcom.LoginOptions.StartLocation = StartLocationType.Custom;\r
-                    netcom.LoginOptions.StartLocationCustom = txtCustomLoginUri.Text;\r
+                    netcom.LoginOptions.StartLocationCustom = cbxLocation.Text;\r
                     break;\r
 \r
                 case 0: //Home\r