/[packages]/updates/1/hplip/current/SOURCES/hplip-emit-SIGNAL.patch
ViewVC logotype

Contents of /updates/1/hplip/current/SOURCES/hplip-emit-SIGNAL.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 142615 - (show annotations) (download)
Mon Sep 12 08:06:27 2011 UTC (12 years, 7 months ago) by doktor5000
File size: 1306 byte(s)
SILENT: copy from cauldron for updates
1 diff -up hplip-3.10.9/ui4/setupdialog.py.emit-SIGNAL hplip-3.10.9/ui4/setupdialog.py
2 --- hplip-3.10.9/ui4/setupdialog.py.emit-SIGNAL 2010-12-14 15:51:43.579041162 +0000
3 +++ hplip-3.10.9/ui4/setupdialog.py 2010-12-14 15:52:02.631111875 +0000
4 @@ -867,8 +867,8 @@ class SetupDialog(QDialog, Ui_Dialog):
5 self.printer_fax_names_same = False
6 self.printer_name_ok = True
7
8 - self.FaxNameLineEdit.emit(SIGNAL("textChanged(const QString &)"),
9 - (self.FaxNameLineEdit.text(),))
10 + self.FaxNameLineEdit.emit(SIGNAL("textEdited(const QString &)"),
11 + self.FaxNameLineEdit.text())
12
13 self.setIndicators()
14 self.setAddPrinterButton()
15 @@ -899,8 +899,8 @@ class SetupDialog(QDialog, Ui_Dialog):
16 self.printer_fax_names_same = False
17 self.fax_name_ok = True
18
19 - self.PrinterNameLineEdit.emit(SIGNAL("textChanged(const QString&)"),
20 - (self.PrinterNameLineEdit.text(),))
21 + self.PrinterNameLineEdit.emit(SIGNAL("textEdited(const QString &)"),
22 + self.PrinterNameLineEdit.text())
23
24 self.setIndicators()
25 self.setAddPrinterButton()

  ViewVC Help
Powered by ViewVC 1.1.30