Skip to content
  • Martin Nordholts's avatar
    app: Introduce gimp_dialog_factory_get_singleton() · 11b1300b
    Martin Nordholts authored
    Instead of including dialogs/dialogs.h everywhere, introduce
    gimp_dialog_factory_get_singleton(). The dialog factory singleton is
    still initialized by dialogs.c though.
    
    Right now the assumption is that we never will have another dialog
    factory instance around. There were so many problems before when we
    had four of them, so let's just keep one of them around.
    11b1300b