]> git.pld-linux.org Git - packages/bkchem.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:28 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bkchem-oo.patch -> 1.2
    bkchem-reaction_mode.patch -> 1.4

bkchem-oo.patch [deleted file]
bkchem-reaction_mode.patch [deleted file]

diff --git a/bkchem-oo.patch b/bkchem-oo.patch
deleted file mode 100644 (file)
index 6d1cdee..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-*** bkchem/plugins/openoffice.py~      2004-09-10 17:07:56.000000000 +0200
---- bkchem/plugins/openoffice.py       2004-11-15 19:11:43.853178744 +0100
-*************** class OO_exporter( plugin.exporter):
-*** 162,165 ****
-        for i in items:
-!         x1, y1, x2, y2, x3, y3 = map( self.paper.px_to_cm, self.paper.coords( i))
-!         point_array = [(x1,y1), (x2,y2), (x3,y3)]
-          self.create_oo_polygon( point_array, page, style_name)
---- 162,165 ----
-        for i in items:
-!         x1, y1, x2, y2, x3, y3, x4, y4 = map( self.paper.px_to_cm, self.paper.coords( i))
-!         point_array = [(x1,y1), (x2,y2), (x3,y3), (x4, y4)]
-          self.create_oo_polygon( point_array, page, style_name)
diff --git a/bkchem-reaction_mode.patch b/bkchem-reaction_mode.patch
deleted file mode 100644 (file)
index b92efec..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- bkchem-0.9.0-old/bkchem/modes.py   2004-11-24 15:08:14.000000000 +0100
-+++ bkchem-0.9.0/bkchem/modes.py       2004-12-18 23:28:34.247257768 +0100
-@@ -1654,8 +1654,12 @@
-           
-       self._mark_reaction()
-       
-+  def mouse_down2( self, event, modifiers = []):
-+    return
--
-+  def mouse_down3( self, event, modifiers = []):
-+    return
-+  
-   def _mark_reaction( self):
-     for i in self._items:
-       self.app.paper.delete( i)
This page took 0.106313 seconds and 4 git commands to generate.