]> matita.cs.unibo.it Git - helm.git/commitdiff
ported to latest lablgtk2 snapshot (13/06/2005) in which Garrigue
authorStefano Zacchiroli <zack@upsilon.cc>
Mon, 13 Jun 2005 13:23:29 +0000 (13:23 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Mon, 13 Jun 2005 13:23:29 +0000 (13:23 +0000)
applied my patch about *_skel

helm/DEVEL/lablgtksourceview/gtk_sourceview.ml

index 5af568def7024c1cfc40fcaafe454115204399fe..573195e191758bcc59d88aafb7a87502cabeb447 100644 (file)
@@ -20,7 +20,7 @@
  *)
 
 type source_view = [Gtk.text_view|`sourceview]
-type source_buffer = [Gtk.text_buffer|`sourcebuffer]
+type source_buffer = [`textbuffer|`sourcebuffer]
 type source_language = [`sourcelanguage]
 type source_languages_manager = [`sourcelanguagesmanager]