aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-06-02 21:06:31 -0400
committerMichael <[email protected]>2017-06-02 21:06:31 -0400
commit719f2e4170e0a42ca372ff142e5b9613177db1be (patch)
treea5e39bfeea8fdfffecd7cea3bf85238419be411f /ShiftOS.WinForms/Applications
parent11e80a6a6134e2cbee1041d6ddc95781a265bead (diff)
downloadshiftos_thereturn-719f2e4170e0a42ca372ff142e5b9613177db1be.tar.gz
shiftos_thereturn-719f2e4170e0a42ca372ff142e5b9613177db1be.tar.bz2
shiftos_thereturn-719f2e4170e0a42ca372ff142e5b9613177db1be.zip
Rebalance shiftnet subscriptions
Diffstat (limited to 'ShiftOS.WinForms/Applications')
-rw-r--r--ShiftOS.WinForms/Applications/Shiftnet.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Applications/Shiftnet.cs b/ShiftOS.WinForms/Applications/Shiftnet.cs
index 22b53a0..6ccdb19 100644
--- a/ShiftOS.WinForms/Applications/Shiftnet.cs
+++ b/ShiftOS.WinForms/Applications/Shiftnet.cs
@@ -173,7 +173,7 @@ namespace ShiftOS.WinForms.Applications
var obj = (IShiftnetSite)Activator.CreateInstance(type, null);
obj.GoToUrl += (u) =>
{
- History.Push(u);
+ History.Push(CurrentUrl);
NavigateToUrl(u);
};
obj.GoBack += () =>