Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 236169
Collapse All | Expand All

(-)Mono.Addins.Gui/Mono.Addins.Gui/ManageSitesDialog.cs.old (-1 / +1 lines)
Lines 95-101 Link Here
95
						ThreadPool.QueueUserWorkItem (delegate {
95
						ThreadPool.QueueUserWorkItem (delegate {
96
							try {
96
							try {
97
								rr = service.Repositories.RegisterRepository (pdlg, url, true);
97
								rr = service.Repositories.RegisterRepository (pdlg, url, true);
98
							} catch (Exception ex) {
98
							} catch (System.Exception ex) {
99
								error = ex;
99
								error = ex;
100
							} finally {
100
							} finally {
101
								done = true;
101
								done = true;

Return to bug 236169