X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=WebThing.cs;h=08cfb1bae7c1a346f83183ffef81f0445db317d3;hb=7fb9b863fd1a574f5402a3c00640380ee2767c95;hp=9429099bb17ede261e6f480d5f7e9aae1e0ecf59;hpb=638aa976c61aff23d6394609ee840222aadaa423;p=WebThing.git diff --git a/WebThing.cs b/WebThing.cs index 9429099..08cfb1b 100644 --- a/WebThing.cs +++ b/WebThing.cs @@ -97,16 +97,15 @@ namespace bytex64.WebThing { // Create a new, default WebThingView if one has not already // been created. - if (Tabs.NPages == 0) { - WebThingView default_tab = NewTab(); - default_tab.WebView.GrabFocus(); - } + if (Tabs.NPages == 0) + OpenUriTab("http://dominionofawesome.com/"); + WebView.GrabFocus(); Application.Run(); } public void Quit() { - // TODO: Create a way of shutting down plugins + Plugins.Deinit(); Application.Quit(); }