Skip to content

Commit

Permalink
Ready for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
denvaar committed Feb 1, 2016
1 parent d0b740a commit 06c22ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup/Mac/sdl_setup.packproj
Original file line number Diff line number Diff line change
Expand Up @@ -495,9 +495,9 @@
<key>IFPkgDescriptionDescription</key>
<string></string>
<key>IFPkgDescriptionTitle</key>
<string>StreamingDataLoader_v0.1</string>
<string>StreamingDataLoader_v0.4</string>
<key>IFPkgDescriptionVersion</key>
<string>0.1 Beta</string>
<string>0.4 Beta</string>
</dict>
</dict>
<key>Display Information</key>
Expand Down Expand Up @@ -548,7 +548,7 @@
<key>IFPkgFlagPackageSelection</key>
<integer>0</integer>
<key>Name</key>
<string>StreamingDataLoader_v0.1-beta_Mac_installer</string>
<string>StreamingDataLoader_v0.4-beta_Mac_installer</string>
<key>Status</key>
<integer>1</integer>
<key>Type</key>
Expand Down
2 changes: 1 addition & 1 deletion src/wizard/controller/frmAddNewActionsPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def onNewMethod(self, event):
self.methods = [{i.MethodName:i.MethodID}\
for i in [newMethod]]
self.m_comboBox134.AppendItems([y for x in [i.keys() for i in self.methods] for y in x])
self.m_comboBox134.SetValue(newMethod.MethodName)
#self.m_comboBox134.SetValue(newMethod.MethodName)
dlg.Destroy()
event.Skip()

Expand Down

0 comments on commit 06c22ce

Please sign in to comment.