ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src edit_local_accounts.c,1.8,1.9


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src edit_local_accounts.c,1.8,1.9
Date: Mon, 24 Mar 2003 05:09:10 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv26628/src

Modified Files:
        edit_local_accounts.c 
Log Message:
Fix bug where password wasn't updated (but written) after Modify


Index: edit_local_accounts.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/edit_local_accounts.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- edit_local_accounts.c       22 Mar 2003 20:03:48 -0000      1.8
+++ edit_local_accounts.c       24 Mar 2003 10:09:07 -0000      1.9
@@ -319,8 +319,10 @@
                load_contacts();
                eb_status_window();
        }
-       else
+       else {
+               load_accounts();
                rebuild_set_status_menu();
+       }
 }
                
 void eb_new_user()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]