Ticket #192 (new defect)

Opened 1 week ago

[SUUpdater checkForUpdates:] no longer respects sender == nil (r155)

Reported by: jonaswitt Assigned to:
Priority: minor Milestone:
Component: Framework Version:
Keywords: Cc:

Description

In earlier versions (not sure which, but definitely 1.1), [SUUpdater checkForUpdates:] used to start a silent check when checkForUpdates: was called with a nil argument (as opposed to being called from the app's menu, for example, with sender = the menu item). My apps don't have a SUUpdater instance in MainMenu?.nib to have better control over the update process, and they call checkForUpdates:nil instead of using the more compatible checkForUpdatesInBackground - which they probably should, but I guess there might be more than one app out there which would run into this situation. I suggest to keep the old behaviour.

Attachments

sender.patch (0.5 kB) - added by jonaswitt on 05/08/08 02:35:35.
Proposed patch

Change History

05/08/08 02:35:35 changed by jonaswitt

  • attachment sender.patch added.

Proposed patch