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" SubType = "Code"
BuildAction = "Compile" BuildAction = "Compile"
/> />
<File
RelPath = "images\CASA.bmp"
BuildAction = "Content"
/>
<File <File
RelPath = "images\CASA_16.png" RelPath = "images\CASA_16.png"
BuildAction = "Content" BuildAction = "Content"

View File

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

View File

@ -867,7 +867,7 @@ public class MiCasa : Store
TreeModel model; TreeModel model;
TreeIter iter; TreeIter iter;
Console.WriteLine("Manojna........delete");
try try
{ {
if( tvSecretIDMiCasa.Selection.GetSelected (out model, out iter) ) if( tvSecretIDMiCasa.Selection.GetSelected (out model, out iter) )