Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: apps/gui/gwps.c
===================================================================
--- apps/gui/gwps.c	(Revision 20338)
+++ apps/gui/gwps.c	(Arbeitskopie)
@@ -700,7 +724,6 @@
         }

         if (exit) {
-            gwps_leave_wps();
 #ifdef HAVE_LCD_CHARCELLS
             status_set_record(false);
             status_set_audio(false);
@@ -716,6 +739,7 @@
 #ifdef AB_REPEAT_ENABLE
             ab_reset_markers();
 #endif
+            gwps_leave_wps();
 #ifdef HAVE_RECORDING
             if (button == ACTION_WPS_REC)
                 return GO_TO_RECSCREEN;