commit-gnue
[Top][All Lists]
Advanced

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

gnue-forms/src GFForm.py


From: Reinhard Mueller
Subject: gnue-forms/src GFForm.py
Date: Mon, 20 Oct 2003 15:31:26 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-forms
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/10/20 15:31:26

Modified files:
        src            : GFForm.py 

Log message:
        Update the UI after marking a record for deletion. This fixes the 
commit button
        not becoming active after marking a record for deletion.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-forms/src/GFForm.py.diff?tr1=1.248&tr2=1.249&r1=text&r2=text

Patches:
Index: gnue-forms/src/GFForm.py
diff -c gnue-forms/src/GFForm.py:1.248 gnue-forms/src/GFForm.py:1.249
*** gnue-forms/src/GFForm.py:1.248      Fri Oct 10 08:14:23 2003
--- gnue-forms/src/GFForm.py    Mon Oct 20 15:31:26 2003
***************
*** 396,401 ****
--- 396,402 ----
    def deleteRecord(self):
      if not self.readonly:
        self._currentBlock.deleteRecord()
+       self.refreshUIEvents()
  
    def isSaved(self):
      if (self._currentEntry._type != 'GFButton' and \




reply via email to

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