~ubuntu-branches/ubuntu/lucid/lablgtk2/lucid

« back to all changes in this revision

Viewing changes to src/gWindow.ml

  • Committer: Bazaar Package Importer
  • Author(s): Debian OCaml Maintainers, Samuel Mimram, Stefano Zacchiroli
  • Date: 2005-11-16 23:50:37 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051116235037-n5x1ull5p95lxzhv
Tags: 2.6.0-1
[ Samuel Mimram ]

* Rebuild with OCaml 3.09.0.
* No longer hardcoding OCaml's ABI in debian/* files (thanks Sven Luther).
* Updated standards version to 3.6.2, no changes needed.

[ Stefano Zacchiroli ]

* New upstream release
* debian/META*
  - bumped versions
* debian/control.in
  - bumped lablgl deps to the minimum version rebuilt with OCaml 3.09.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: gWindow.ml,v 1.57 2004/12/02 21:58:49 oandrieu Exp $ *)
 
1
(* $Id: gWindow.ml,v 1.58 2005/08/25 18:11:31 oandrieu Exp $ *)
2
2
 
3
3
open Gaux
4
4
open Gtk
225
225
    method authors = AboutDialog.get_authors obj
226
226
    method set_documenters = AboutDialog.set_documenters obj
227
227
    method documenters = AboutDialog.get_documenters obj
228
 
    method set_url_hook = AboutDialog.set_url_hook obj
229
 
    method set_email_hook = AboutDialog.set_email_hook obj
230
228
    initializer
231
229
      tbl <- [ rclose, `CLOSE ] @ tbl
232
230
  end