[chronojump] Fix on personRecuperateWin -> null after loading a person from top
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fix on personRecuperateWin -> null after loading a person from top
- Date: Tue, 13 Mar 2018 15:04:11 +0000 (UTC)
commit b863be8987851005991a0fefd9551cd138eb50d6
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Mar 13 15:57:59 2018 +0100
Fix on personRecuperateWin -> null after loading a person from top
src/gui/person.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gui/person.cs b/src/gui/person.cs
index b14baec..051f591 100644
--- a/src/gui/person.cs
+++ b/src/gui/person.cs
@@ -209,7 +209,7 @@ public class PersonRecuperateWindow {
//if called from personRecuperateWindow
public void HideAndNull()
{
- if(PersonRecuperateWindowBox.person_recuperate != null)
+ if(PersonRecuperateWindowBox != null)
PersonRecuperateWindowBox.person_recuperate.Hide();
if(PersonRecuperateWindowBox != null)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]