Bug 213676 - 'Other' should be last in the devices list
Summary: 'Other' should be last in the devices list
Keywords:
Status: CLOSED ERRATA
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 213678
TreeView+ depends on / blocked
 
Reported: 2006-11-02 14:55 UTC by Tim Waugh
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version: 0.7.35-1.fc6
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-09 17:16:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Tim Waugh 2006-11-02 14:55:07 UTC
Description of problem:
'Other' should appear last in the list of devices when adding a new queue.

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

How reproducible:
100%

Steps to Reproduce:
1. Click 'New'
2. Click 'Next'
  
Actual results:
'Other' is top of the list.

Expected results:
Should be bottom of the list.

Fix is:

--- system-config-printer.py    2 Nov 2006 14:26:01 -0000       1.111
+++ system-config-printer.py    2 Nov 2006 14:49:37 -0000
@@ -1746 +1746 @@
-        self.devices.insert(0, cupshelpers.Device('',
+        self.devices.append(cupshelpers.Device('',

Comment 1 Fedora Update System 2006-11-09 17:03:06 UTC
Fixed in update: system-config-printer-0.7.35-1.fc6


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