Changeset 59

Show
Ignore:
Timestamp:
02/09/04 18:52:42 (5 years ago)
Author:
ug
Message:

Removed M2-B1 bindings. Set new version number (0.5i)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 05/bugfix/kombilo.py

    r54 r59  
    44##   Copyright (C) 2001-4 Ulrich Goertz (u@g0ertz.de) 
    55 
    6 ##   Kombilo 0.5h is a go database program. 
     6##   Kombilo 0.5i is a go database program. 
    77 
    88##   This program is free software; you can redistribute it and/or modify 
     
    3636    t = Text(root, wrap=WORD, width=70, height=12) 
    3737    t.pack() 
    38     t.insert(END, 'Kombilo 0.5h\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 
     38    t.insert(END, 'Kombilo 0.5i\n\n The Python Megawidgets (Pmw) library was not found. It is needed by Kombilo, ' + \ 
    3939             'so you have to install it before you can use Kombilo. See the Kombilo tutorial at ' + \ 
    4040             'http://www.u-go.net/kombilo/tutorial#installation or the Pmw web site at ' + \ 
     
    9292        self.smartFixedColor = smartFixedColor 
    9393 
    94         self.boundM2_1 = self.bind('<M2-Button-1>', self.selStart) 
    95         self.boundM2_1m = self.bind('<M2-B1-Motion>', self.selDrag) 
     94#        self.boundM2_1 = self.bind('<M2-Button-1>', self.selStart) 
     95#        self.boundM2_1m = self.bind('<M2-B1-Motion>', self.selDrag) 
    9696        self.bound3 = self.bind('<Button-3>', self.selStart) 
    9797        self.bound3m = self.bind('<B3-Motion>', self.selDrag) 
     
    974974        b.unbind('<B3-Motion>', b.bound3m) 
    975975        b.unbind('<3>', b.bound3) 
    976         b.unbind('<M2-Button-1>', b.boundM2_1) 
    977         b.unbind('<M2-B1-Motion>', b.boundM2_1m) 
     976#        b.unbind('<M2-Button-1>', b.boundM2_1) 
     977#        b.unbind('<M2-B1-Motion>', b.boundM2_1m) 
    978978        b.unbind('<Configure>', b.boundConf) 
    979979        b.bound3 = b.bind('<3>', lambda event, self=self, l = len(self.data): self.postMenu(event, l)) 
     
    57535753        t = [] 
    57545754         
    5755         t.append('Kombilo 0.5h - written by Ulrich Goertz (u@g0ertz.de)\n\n') 
     5755        t.append('Kombilo 0.5i - written by Ulrich Goertz (u@g0ertz.de)\n\n') 
    57565756        t.append('Kombilo is a go database program.\n') 
    57575757        t.append('You can find more information on Kombilo and the newest ')