|
Bugzilla – Full Text Bug Listing |
| Summary: | list of online repositories don't show repository description | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Gabriel Moreno <gabrielalexm> |
| Component: | YaST2 | Assignee: | Michael Meeks <mmeeks> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | forgotten_h13THG8RK1, jsmeix |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | y2logs | ||
|
Description
Gabriel Moreno
2007-10-09 22:09:02 UTC
Please attach y2logs. If you are in doubt follow: http://en.opensuse.org/Bugs/YaST Thanks! Created attachment 177724 [details]
y2logs
Launched YaST2 component 'y2base' 'inst_productsources' 'gtk'
I'm afraid this is problem with GTK implementation.
--- cut ---
`MultiSelectionBox(
`id ("addon_repos"), `opt (`notify, `hstretch),
_("&List of Repositories"), []
)
...
dialog_ret = UI::UserInput();
...
} else if (dialog_ret == "addon_repos") {
PrintRepositoryDescription();
}
...
--- cut ---
This works in Qt and ncurses.
The problem was fixed on SVN already. Meanwhile, I think double-click will also work. *** Bug 304227 has been marked as a duplicate of this bug. *** |