~ubuntu-branches/ubuntu/maverick/conglomerate/maverick

« back to all changes in this revision

Viewing changes to src/cong-fake-plugin-hooks.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 05:07:06 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108050706-bcg60nwqf1z3w0d6
Tags: 0.9.1-1ubuntu1
* Resynchronise with Debian (Closes: #4397).
  - Thanks, Jordan Mantha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
                         plugin_css_plugin_register,
66
66
                         plugin_css_plugin_configure);
67
67
 
 
68
        register_plugin (app,"debug",
 
69
                         plugin_debug_plugin_register,
 
70
                         plugin_debug_plugin_configure);
 
71
 
68
72
        register_plugin (app,"docbook",
69
73
                         plugin_docbook_plugin_register,
70
74
                         plugin_docbook_plugin_configure);