Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/drpython/files: drpython-165-tabswitch.patch
Date: Sun, 24 Feb 2008 17:53:35
Message-Id: E1JTL2b-0006nw-I0@stork.gentoo.org
1 dev-zero 08/02/24 17:53:33
2
3 Added: drpython-165-tabswitch.patch
4 Log:
5 Added patch to fix broken copy/paste when switching tabs using the keyboard shortcut (bug #210298, thanks to Jon White).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 dev-python/drpython/files/drpython-165-tabswitch.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/files/drpython-165-tabswitch.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/drpython/files/drpython-165-tabswitch.patch?rev=1.1&content-type=text/plain
13
14 Index: drpython-165-tabswitch.patch
15 ===================================================================
16 --- drNotebook.py 2008-02-15 22:57:01.000000000 +0000
17 +++ drNotebook.py.new 2008-02-15 23:07:04.000000000 +0000
18 @@ -513,6 +513,9 @@
19 self.grandparent.txtDocumentArray[i].IsActive = True
20 self.grandparent.txtDocumentArray[i].OnModified(None)
21
22 + # Bug fix - make sure Cut/Copy/Paste/Run etc. use the right document
23 + self.SetTab()
24 +
25 if event is not None:
26 event.Skip()
27
28
29
30
31 --
32 gentoo-commits@l.g.o mailing list