mirror of
https://github.com/munki/munki.git
synced 2026-04-30 01:11:01 -05:00
MSU.app: Fix for non-visible optional items forgetting their state when "Add or Remove" was clicked when the list was filtered.
git-svn-id: http://munki.googlecode.com/svn/trunk@1182 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.1.0</string>
|
||||
<string>3.1.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>3.1.0</string>
|
||||
<string>3.1.1</string>
|
||||
<key>LSHasLocalizedDisplayName</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
|
||||
@@ -119,6 +119,8 @@ class MSUOptionalInstallsViewController(NSViewController):
|
||||
@IBAction
|
||||
def AddRemoveBtnClicked_(self, sender):
|
||||
# process Adds and/or Removes
|
||||
self.searchField.setStringValue_('')
|
||||
self.setFilteredlist_(self._optionallist)
|
||||
self.window_controller.theTabView.selectPreviousTabViewItem_(sender)
|
||||
NSApp.delegate().addOrRemoveOptionalSoftware()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user