Persist login URLs

This commit is contained in:
Latif Khalifa
2013-12-18 20:02:05 +01:00
parent b5d16ceda1
commit 67bc3d6df0
3 changed files with 57 additions and 10 deletions

View File

@@ -206,12 +206,8 @@ public partial class MainWindow
w9.Fill = false;
// Container child hboxMenu.Gtk.Box+BoxChild
this.cbLoginURL = global::Gtk.ComboBoxEntry.NewText ();
this.cbLoginURL.AppendText (global::Mono.Unix.Catalog.GetString ("https://login.agni.lindenlab.com/cgi-bin/login.cgi"));
this.cbLoginURL.AppendText (global::Mono.Unix.Catalog.GetString ("https://login.aditi.lindenlab.com/cgi-bin/login.cgi"));
this.cbLoginURL.AppendText (global::Mono.Unix.Catalog.GetString ("http://login.orgrid.org/"));
this.cbLoginURL.WidthRequest = 300;
this.cbLoginURL.Name = "cbLoginURL";
this.cbLoginURL.Active = 0;
this.hboxMenu.Add (this.cbLoginURL);
global::Gtk.Box.BoxChild w10 = ((global::Gtk.Box.BoxChild)(this.hboxMenu [this.cbLoginURL]));
w10.Position = 7;