Skip to content

Commit

Permalink
Merge branch 'hotfix-1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswayoub committed May 11, 2014
2 parents bb82d0e + 1156414 commit 2757afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Vagrant Manager/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,8 @@ - (int)getRunningVmCount {

NSMutableArray *bookmarkUuids = [[NSMutableArray alloc] init];
for(Bookmark *bookmark in bookmarks) {
[bookmarkUuids addObject:bookmark.uuid];
if(bookmark.machine && bookmark.machine.isRunning) {
[bookmarkUuids addObject:bookmark.uuid];
++runningCount;
}
}
Expand Down
4 changes: 2 additions & 2 deletions Vagrant Manager/Vagrant Manager-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.1</string>
<string>1.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>Configuration</key>
<string>${CONFIGURATION}</string>
<key>LSApplicationCategoryType</key>
Expand Down

0 comments on commit 2757afb

Please sign in to comment.