Commit 33f2e095 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* re-enabled the update panel

parent 2c688914
...@@ -1773,13 +1773,13 @@ increase/decrease as long as the user holds the left/right, plus/minus button */ ...@@ -1773,13 +1773,13 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
- (IBAction)checkForUpdate:(id)sender - (IBAction)checkForUpdate:(id)sender
{ {
/*if (!nib_update_loaded) if (!nib_update_loaded)
{ {
nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self]; nib_update_loaded = [NSBundle loadNibNamed:@"Update" owner:self];
[o_update showUpdateWindow]; [o_update showUpdateWindow];
} else { } else {
[o_update showUpdateWindow]; [o_update showUpdateWindow];
}*/ }
} }
- (IBAction)closeError:(id)sender - (IBAction)closeError:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment