gtk/demos/print-editor
Timm Bäder 3a1e019e83 print-editor: Fix a wrong comparison
If error is NULL, replacing the file contents worked and we don't
show the error dialog. The previous version pretty explicitly
dereferenced a NULL pointer by first ensuring that error is NULL and
then accessing error->message.

Found by scan-build
2020-10-22 17:46:33 +02:00
..
data demos: icons for Print and Node Editors 2020-07-13 07:30:46 -04:00
meson.build Integrate the new icons 2020-07-13 07:30:46 -04:00
org.gtk.PrintEditor4.appdata.xml Update our appdata files 2020-07-29 17:58:45 -04:00
org.gtk.PrintEditor4.desktop Integrate the new icons 2020-07-13 07:30:46 -04:00
print-editor.c print-editor: Fix a wrong comparison 2020-10-22 17:46:33 +02:00