Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-07-07 21:21:46 +0400
committerMiguel de Icaza <miguel@gnome.org>2007-07-07 21:21:46 +0400
commit208bbbff3b0c9daf525065e8ab649f538cb5c3fb (patch)
tree43422820b9c6aacf0d1c336c39f232f4ea2d2be3 /mcs/class/Mono.Cairo
parent7e01eb3a7877194be98b420d4aab49765addf48a (diff)
Re-enable warning
svn path=/trunk/mcs/; revision=81563
Diffstat (limited to 'mcs/class/Mono.Cairo')
-rw-r--r--mcs/class/Mono.Cairo/Mono.Cairo/Context.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs b/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs
index aebe966b1d5..6d1461230af 100644
--- a/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs
+++ b/mcs/class/Mono.Cairo/Mono.Cairo/Context.cs
@@ -203,7 +203,7 @@ namespace Cairo {
protected virtual void Dispose (bool disposing)
{
if (!disposing){
- //Console.WriteLine ("Cairo.Context: called from thread");
+ Console.Error.WriteLine ("Cairo.Context: called from finalization thread, programmer is missing a call to Dispose");
return;
}