Bug 217537 - Typo in show_HTTP_Error
Summary: Typo in show_HTTP_Error
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-printer
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Tim Waugh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC6Update 217538
TreeView+ depends on / blocked
 
Reported: 2006-11-28 14:50 UTC by Tim Waugh
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.7.45-1.fc6
Clone Of:
Environment:
Last Closed: 2007-01-05 23:55:44 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2006-11-28 14:50:07 UTC
Description of problem:
If an HTTP error is encountered, a traceback will occur rather than the more
desirable dialog box.

Version-Release number of selected component (if applicable):
0.7.40-1

Fix is:
--- system-config-printer.py    28 Nov 2006 12:46:42 -0000      1.132
+++ system-config-printer.py    28 Nov 2006 14:42:27 -0000
@@ -901,3 +901,3 @@
                           _('CUPS server error') + '</span>\n\n' +
-                          _("There was an HTTP error: %s.")) % message
+                          _("There was an HTTP error: %s.")) % msg
         self.lblError.set_markup(error_text)

Comment 1 Tim Waugh 2006-12-08 14:15:15 UTC
Fixed in 0.7.41-1.fc6.

Comment 2 Fedora Update System 2007-01-05 18:20:45 UTC
Fixed in update: system-config-printer-0.7.45-1.fc6


Note You need to log in before you can comment on or make changes to this bug.