mirror of https://github.com/GNOME/gimp.git
a367dec2f8
When closing the Page Setup dialog we had warnings and criticals in the terminal. The cause for this was that we were looking for the temp procedure to notify the print plug-in. However, this temp procedure is only installed if the print plug-in is running, not when running the Page Setup directly, in which case it is not needed. We now check if the procedure is valid (meaning the print plug-in is running) before calling the temp notify procedure. |
||
---|---|---|
.. | ||
meson.build | ||
print-draw-page.c | ||
print-draw-page.h | ||
print-page-layout.c | ||
print-page-layout.h | ||
print-page-setup.c | ||
print-page-setup.h | ||
print-preview.c | ||
print-preview.h | ||
print-settings.c | ||
print-settings.h | ||
print-utils.c | ||
print-utils.h | ||
print.c | ||
print.h |