|
Bugzilla – Full Text Bug Listing |
| Summary: | .gtk_qt_engine_rc unexpected character error | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Rodrigo Guerra <tioguerra> |
| Component: | GNOME | Assignee: | Lukas Tinkl <ltinkl> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i386 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Rodrigo Guerra
2005-10-06 04:05:05 UTC
*** Bug 120574 has been marked as a duplicate of this bug. *** Re-assigning to qt engine theme maintainers. looks familiar Already fixed in #63853 The problem is not the unbalanced brace but a missing comma *** This bug has been marked as a duplicate of 63853 *** I cannot access the records for bug 63853. I cannot enjoy the solution of the bug if I don't have access to it. About the comma, if the solution was meant to be just putting the commas between the nested brace groups, like this: blah[blah] = { { "blah", "blah" } , <-- Put comma here! { "blah", "blah" } } Then, as I mention in the report, it didn't solve the problem, because the application still didn't run. Is it a separate problem? |