diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:40:13 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:40:13 +0000 |
commit | 05f6fb34ee79ee8112ef549e93f0a138be0e2abf (patch) | |
tree | 6ba01d84d85f00b380477077d920c341c3570b09 /hplip-fab-import.patch | |
parent | 9e5a3ab8358d9d01de9ddf82042f5f1a42cfb841 (diff) |
automatic import of hplipopeneuler24.03_LTS
Diffstat (limited to 'hplip-fab-import.patch')
-rw-r--r-- | hplip-fab-import.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/hplip-fab-import.patch b/hplip-fab-import.patch new file mode 100644 index 0000000..0d2e94b --- /dev/null +++ b/hplip-fab-import.patch @@ -0,0 +1,13 @@ +diff --git a/ui5/fabwindow.py b/ui5/fabwindow.py +index 0b95c94..631727c 100644 +--- a/ui5/fabwindow.py ++++ b/ui5/fabwindow.py +@@ -518,7 +518,7 @@ class FABWindow(QMainWindow, Ui_MainWindow): + self.__tr("Import fax addresses from LDIF or vCard"), + #user_conf.workingDirectory(), + self.user_settings.working_dir, +- "vCard (*.vcf);;LDIF (*.ldif *.ldi)")) ++ "vCard (*.vcf);;LDIF (*.ldif *.ldi)")[0]) + + if result: + working_directory = to_unicode(os.path.dirname(result)) |