~ubuntu-branches/ubuntu/karmic/laby/karmic

« back to all changes in this revision

Viewing changes to src/dtools/ui.ml

  • Committer: Bazaar Package Importer
  • Author(s): Mehdi Dogguy
  • Date: 2009-06-01 21:35:00 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090601213500-c1f7o333v0ew2c4f
Tags: 0.5.0-1
* New Upstream Version
* Remove menhir from build-dependencies: not used.
* alsa-utils is now a Recommends: used only for sound effects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
 
113
113
 
114
114
let theme =
115
 
  Init.make ~name:"load-theme" load_theme
 
115
  Srv.make ~name:"load-theme" load_theme
116
116
 
117
117
let texts =
118
 
  Init.make ~name:"load-texts" load_texts
 
118
  Srv.make ~name:"load-texts" load_texts
119
119
 
120
120