]> git.pld-linux.org Git - packages/coq.git/commitdiff
outdated
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Feb 2009 13:06:10 +0000 (13:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coq-lablgtk26.patch -> 1.2

coq-lablgtk26.patch [deleted file]

diff --git a/coq-lablgtk26.patch b/coq-lablgtk26.patch
deleted file mode 100644 (file)
index 2a3e7d9..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- coq-8.0pl2/ide/undo.mli~   2005-12-10 02:08:33.000000000 +0100
-+++ coq-8.0pl2/ide/undo.mli    2005-12-10 02:27:05.083226000 +0100
-@@ -10,7 +10,7 @@
- (* An undoable view class *)
--class undoable_view : Gtk.text_view Gtk.obj ->
-+class undoable_view : [> Gtk.text_view] Gtk.obj ->
- object
-   inherit GText.view
-   method undo : bool
---- coq-8.0pl2/ide/undo.ml~    2005-12-10 02:25:40.000000000 +0100
-+++ coq-8.0pl2/ide/undo.ml     2005-12-10 02:26:07.331616750 +0100
-@@ -18,7 +18,7 @@
-   | Insert (s,i,l) -> Delete (s,i,l)
-   | Delete (s,i,l) -> Insert (s,i,l)
--class undoable_view (tv:Gtk.text_view Gtk.obj) =
-+class undoable_view (tv:[> Gtk.text_view] Gtk.obj) =
-   let undo_lock = ref true in 
- object(self)
-   inherit GText.view tv as super
This page took 0.094238 seconds and 4 git commands to generate.