/[gzz]/gzz/gzz/client/actions.py
ViewVC logotype

Diff of /gzz/gzz/client/actions.py

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

revision 1.1 by benja, Sun Oct 27 23:55:55 2002 UTC revision 1.2 by benja, Mon Oct 28 00:17:54 2002 UTC
# Line 74  def save(x): Line 74  def save(x):
74          print "Saved."          print "Saved."
75          return 1          return 1
76    
77     except java.io.IOException, e:      except java.io.IOException, e:
78          print "Exception while saving:", e          print "Exception while saving:", e
79          e.printStackTrace()          e.printStackTrace()
80          return 0          return 0
# Line 106  class Rotate(Op): Line 106  class Rotate(Op):
106          x.client.windows[self.side].updateDims()          x.client.windows[self.side].updateDims()
107    
108  class ResetDims(SidedOp):  class ResetDims(SidedOp):
109      def call(self, x)      def call(self, x):
110          ind = x.client.windows[self.side]          ind = x.client.windows[self.side]
111                    
112          for i in range(len(ind)):          for i in range(len(ind)):

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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