mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
[gtk] Let printer enumeration run to completion, to avoid a GTK bug.
This commit is contained in:
parent
fd949d3245
commit
ce3cc6b74d
2 changed files with 17 additions and 1 deletions
|
|
@ -54,6 +54,8 @@ protected:
|
|||
nsCString mSpoolName;
|
||||
nsCOMPtr<nsIFile> mSpoolFile;
|
||||
nsCString mTitle;
|
||||
// Helper for EnumeratePrinters / PrinterEnumerator:
|
||||
bool mHasEnumerationFoundAMatch = false;
|
||||
|
||||
private:
|
||||
void EnumeratePrinters();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue