26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
diff -up hplip-3.10.9/ui4/setupdialog.py.emit-SIGNAL hplip-3.10.9/ui4/setupdialog.py
|
|
--- hplip-3.10.9/ui4/setupdialog.py.emit-SIGNAL 2010-12-14 15:51:43.579041162 +0000
|
|
+++ hplip-3.10.9/ui4/setupdialog.py 2010-12-14 15:52:02.631111875 +0000
|
|
@@ -867,8 +867,8 @@ class SetupDialog(QDialog, Ui_Dialog):
|
|
self.printer_fax_names_same = False
|
|
self.printer_name_ok = True
|
|
|
|
- self.FaxNameLineEdit.emit(SIGNAL("textChanged(const QString &)"),
|
|
- (self.FaxNameLineEdit.text(),))
|
|
+ self.FaxNameLineEdit.emit(SIGNAL("textEdited(const QString &)"),
|
|
+ self.FaxNameLineEdit.text())
|
|
|
|
self.setIndicators()
|
|
self.setAddPrinterButton()
|
|
@@ -899,8 +899,8 @@ class SetupDialog(QDialog, Ui_Dialog):
|
|
self.printer_fax_names_same = False
|
|
self.fax_name_ok = True
|
|
|
|
- self.PrinterNameLineEdit.emit(SIGNAL("textChanged(const QString&)"),
|
|
- (self.PrinterNameLineEdit.text(),))
|
|
+ self.PrinterNameLineEdit.emit(SIGNAL("textEdited(const QString &)"),
|
|
+ self.PrinterNameLineEdit.text())
|
|
|
|
self.setIndicators()
|
|
self.setAddPrinterButton()
|