Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol-plugins-emovie/files: 1.0.4-indent.patch
Date: Thu, 25 Feb 2010 16:24:23
Message-Id: E1NkgVh-0000mA-KX@stork.gentoo.org
1 jlec 10/02/25 16:24:21
2
3 Added: 1.0.4-indent.patch
4 Log:
5 New plugin for pymol
6 (Portage version: 2.2_rc63/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol-plugins-emovie/files/1.0.4-indent.patch?rev=1.1&content-type=text/plain
13
14 Index: 1.0.4-indent.patch
15 ===================================================================
16 diff --git a/eMovie.py b/eMovie.py
17 index a865732..8b5b068 100644
18 --- a/eMovie.py
19 +++ b/eMovie.py
20 @@ -931,7 +931,7 @@ class Story(tkSimpleDialog.Dialog):
21
22 if self.parent is not None:
23 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,parent.winfo_rooty()+50))
24 - self.initial_focus.focus_set()
25 + self.initial_focus.focus_set()
26
27 self.wait_window(self)
28
29 @@ -2041,7 +2041,7 @@ class AddMorph(tkSimpleDialog.Dialog):
30
31 if self.parent is not None:
32 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,parent.winfo_rooty()+50))
33 - self.initial_focus.focus_set()
34 + self.initial_focus.focus_set()
35
36 self.wait_window(self)