зеркало из https://github.com/mozilla/pjs.git
bug 422082 - crash reporter remains open after submitting data. r=bsmedberg
This commit is contained in:
Родитель
102bd5665c
Коммит
8244b25237
|
@ -86,7 +86,7 @@
|
|||
- (void)showErrorUI:(const std::string&)dumpfile;
|
||||
- (void)showReportInfo;
|
||||
- (void)maybeSubmitReport;
|
||||
- (void)closeMeDown;
|
||||
- (void)closeMeDown:(id)unused;
|
||||
|
||||
- (IBAction)submitReportClicked:(id)sender;
|
||||
- (IBAction)viewReportClicked:(id)sender;
|
||||
|
|
|
@ -236,7 +236,7 @@ static bool RestartApplication()
|
|||
}
|
||||
}
|
||||
|
||||
-(void)closeMeDown
|
||||
- (void)closeMeDown:(id)unused
|
||||
{
|
||||
[NSApp terminate:self];
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче