[Kde-print-devel] [Bug 114402] Slashes in the printer name lead to unwanted tree leaves.
Tim Hutt
tdh29 at cam.ac.uk
Fri Oct 14 16:46:21 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=114402
------- Additional Comments From tdh29 cam ac uk 2005-10-14 16:46 -------
Err make that:
d->m_printers->insertItem(SmallIcon(it.current()->pixmap(),0,(it.current()->isValid() ? (int)KIcon::DefaultState : (int)KIcon::LockOverlay)),it.current()->name(),false/*sep*/);
to
d->m_printers->insertItem(SmallIcon(it.current()->pixmap(),0,(it.current()->isValid() ? (int)KIcon::DefaultState : (int)KIcon::LockOverlay)),it.current()->name(),true);
More information about the Kde-print-devel
mailing list