Remove Console.Writeline code

This commit is contained in:
Jim Norman 2005-11-01 22:34:36 +00:00
parent 408a1f2f50
commit 9412f726e6
3 changed files with 6 additions and 2 deletions

View File

@ -213,6 +213,10 @@
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "images\CASA.bmp"
BuildAction = "Content"
/>
<File
RelPath = "images\CASA_16.png"
BuildAction = "Content"

View File

@ -287,7 +287,7 @@ public class GnomeKeyring : Store
public void on_cbuttonShowPassword_toggled(object obj, EventArgs args)
{
TreeViewColumn tvCol;
Console.WriteLine("Manojna........");
if( tvKeyValue.Model.IterNChildren() > 0 )
if( true == cbuttonShowPassword.Active)
{

View File

@ -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) )