[chronojump] Recuperate person can be cancelled (on editing)



commit 050c7d1174f976466066bd72d20d80d0be857101
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon Feb 14 12:37:22 2011 +0100

    Recuperate person can be cancelled (on editing)

 src/gui/person.cs |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/person.cs b/src/gui/person.cs
index 01c1db9..2596e01 100644
--- a/src/gui/person.cs
+++ b/src/gui/person.cs
@@ -1091,8 +1091,10 @@ public class PersonAddModifyWindow
 		PersonAddModifyWindowBox.pDN = pDN;
 		PersonAddModifyWindowBox.comesFromRecuperateWin = comesFromRecuperateWin;
 
-		if(comesFromRecuperateWin)
-			PersonAddModifyWindowBox.button_cancel.Hide();
+		//No more hide cancel button.
+		//Better to show it and allow to not recuperate if user changes his mind
+		//if(comesFromRecuperateWin)
+			//PersonAddModifyWindowBox.button_cancel.Hide();
 		
 		PersonAddModifyWindowBox.person_win.Show ();
 		



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]