Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
fix bug where jumps would not update in real time in travel history
Browse files Browse the repository at this point in the history
  • Loading branch information
noberasco committed May 26, 2016
1 parent 74ae6e3 commit 34a2fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EDDiscovery/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@
</menuItem>
</items>
</menu>
<arrayController mode="entity" entityName="Jump" usesLazyFetching="YES" preservesSelection="NO" automaticallyRearrangesObjects="YES" id="8om-YV-xhG" userLabel="Jumps">
<arrayController mode="entity" entityName="Jump" preservesSelection="NO" automaticallyRearrangesObjects="YES" id="8om-YV-xhG" userLabel="Jumps">
<declaredKeys>
<string>time</string>
<string>system</string>
Expand Down Expand Up @@ -1805,7 +1805,7 @@
</connections>
</viewController>
<customObject id="Bce-dR-bhA" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
<arrayController mode="entity" entityName="Jump" usesLazyFetching="YES" preservesSelection="NO" automaticallyRearrangesObjects="YES" id="76B-Qg-F90" userLabel="Jumps">
<arrayController mode="entity" entityName="Jump" preservesSelection="NO" automaticallyRearrangesObjects="YES" id="76B-Qg-F90" userLabel="Jumps">
<declaredKeys>
<string>time</string>
<string>system</string>
Expand Down

0 comments on commit 34a2fc6

Please sign in to comment.