68aa2fdae1
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/hplip.git#b2f875a7674e3bb5e14291d1abe9f6484cc256ec
14 lines
610 B
Diff
14 lines
610 B
Diff
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))
|