[gtk] Let printer enumeration run to completion, to avoid a GTK bug.

This commit is contained in:
Daniel Holbert 2024-01-24 16:21:26 +01:00 committed by roytam1
commit ce3cc6b74d
2 changed files with 17 additions and 1 deletions

View file

@ -54,6 +54,8 @@ protected:
nsCString mSpoolName;
nsCOMPtr<nsIFile> mSpoolFile;
nsCString mTitle;
// Helper for EnumeratePrinters / PrinterEnumerator:
bool mHasEnumerationFoundAMatch = false;
private:
void EnumeratePrinters();