[vlc-devel] commit: macosx: Don't output any error when sending the crash log worked. ( Pierre d'Herbemont )
git version control
git at videolan.org
Thu Sep 3 19:13:50 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Sep 3 19:12:48 2009 +0200| [87b363cfd843795675f5919e0d9d25c97c045753] | committer: Pierre d'Herbemont
macosx: Don't output any error when sending the crash log worked.
We don't want users to not press this button just because there is an other one afterwards.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87b363cfd843795675f5919e0d9d25c97c045753
---
modules/gui/macosx/intf.m | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 79c934a..ff82693 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -2362,9 +2362,6 @@ end:
- (void)connectionDidFinishLoading:(NSURLConnection *)connection
{
- NSRunInformationalAlertPanel(_NS("Crash Report successfully sent"),
- _NS("Thanks for your report!"),
- _NS("OK"), nil, nil, nil);
[crashLogURLConnection release];
crashLogURLConnection = nil;
}
More information about the vlc-devel
mailing list