/[gnue]/gnue-pos/src/POSClient.py
ViewVC logotype

Diff of /gnue-pos/src/POSClient.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by jcater, Fri Jul 4 05:37:40 2003 UTC revision 1.12 by jcater, Mon Jul 7 05:29:13 2003 UTC
# Line 66  class POSClient(GClientApp, events.Event Line 66  class POSClient(GClientApp, events.Event
66    #    #
67    def run(self):    def run(self):
68    
69        self.handler = Handler(self)
70    
71      #      #
72      # Initialize interfaces      # Initialize interfaces
73      #      #
# Line 113  class POSClient(GClientApp, events.Event Line 115  class POSClient(GClientApp, events.Event
115      if hasattr(sys, 'frozen'):      if hasattr(sys, 'frozen'):
116        self.frontend.UILoginHandler().getDummyLogin()        self.frontend.UILoginHandler().getDummyLogin()
117    
118      Handler(self)      self.handler.run()
119    
120      #      #
121      # Testing stuff....      # Testing stuff....

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26