From 9412f726e67114130eb49f9ea72b1ddd05c2b4e0 Mon Sep 17 00:00:00 2001 From: Jim Norman Date: Tue, 1 Nov 2005 22:34:36 +0000 Subject: [PATCH] Remove Console.Writeline code --- c_gui/CASAManager.csproj | 4 ++++ c_gui/GnomeKeyring.cs | 2 +- c_gui/MiCasa.cs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/c_gui/CASAManager.csproj b/c_gui/CASAManager.csproj index cf902af1..e6cab4e5 100644 --- a/c_gui/CASAManager.csproj +++ b/c_gui/CASAManager.csproj @@ -213,6 +213,10 @@ SubType = "Code" BuildAction = "Compile" /> + 0 ) if( true == cbuttonShowPassword.Active) { diff --git a/c_gui/MiCasa.cs b/c_gui/MiCasa.cs index a9067016..fbf64bba 100644 --- a/c_gui/MiCasa.cs +++ b/c_gui/MiCasa.cs @@ -867,7 +867,7 @@ public class MiCasa : Store TreeModel model; TreeIter iter; - Console.WriteLine("Manojna........delete"); + try { if( tvSecretIDMiCasa.Selection.GetSelected (out model, out iter) )