Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 151378 Details for
Bug 225351
system-config-printer sees the windows workgroup, but not the machine or printer to share
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
prevent traceback
d.diff (text/plain), 642 bytes, created by
Jani Monoses
on 2007-04-01 09:15:14 UTC
(
hide
)
Description:
prevent traceback
Filename:
MIME Type:
Creator:
Jani Monoses
Created:
2007-04-01 09:15:14 UTC
Size:
642 bytes
patch
obsolete
>Index: system-config-printer.py >=================================================================== >RCS file: /usr/local/CVS/system-config-printer/system-config-printer.py,v >retrieving revision 1.199 >diff -u -r1.199 system-config-printer.py >--- system-config-printer.py 30 Mar 2007 15:42:48 -0000 1.199 >+++ system-config-printer.py 1 Apr 2007 09:07:16 -0000 >@@ -2292,7 +2292,7 @@ > > def on_tvSMBBrowser_cursor_changed (self, view): > store, iter = view.get_selection ().get_selected () >- if not iter: >+ if not iter or store.iter_depth(iter) != 2: > return > > parent_iter = store.iter_parent (iter)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225351
: 151378 |
185341