Skip to content
  • Jehan's avatar
    plug-ins: conditional gimp_install_procedure() should be in init(). · 4ea88689
    Jehan authored
    query() is run only the first time for efficiency. Yet this plugin is
    dependent on the presence of `rawtherapee` which may be installed or
    uninstalled between GIMP startups. Therefore we should move the usual
    gimp_install_procedure() to init() so that the check is done at every
    startup instead.
    4ea88689