Closed
Bug 426706
Opened 17 years ago
Closed 17 years ago
Gtk-CRITICAL **: gtk_widget_set_name: assertion `GTK_IS_WIDGET (widget)' failed
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9
People
(Reporter: ajschult784, Assigned: ventnor.bugzilla)
References
()
Details
(Keywords: assertion, regression)
Attachments
(2 files)
10.80 KB,
text/plain
|
Details | |
6.76 KB,
patch
|
roc
:
review+
roc
:
superreview+
vlad
:
approval1.9+
|
Details | Diff | Splinter Review |
With current trunk, I hit a Gtk assertion from bug 425877 when loading about:config.
Assignee | ||
Comment 1•17 years ago
|
||
The fix here is to just set the name on window widgets. All of our widgets are a child of a single window widget and should still allow GTK theme engine authors to determine Mozilla specificity.
Attachment #313291 -
Flags: superreview?(roc)
Attachment #313291 -
Flags: review?(roc)
Attachment #313291 -
Flags: superreview?(roc)
Attachment #313291 -
Flags: superreview+
Attachment #313291 -
Flags: review?(roc)
Attachment #313291 -
Flags: review+
Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 313291 [details] [diff] [review]
Patch
Assertion fix, need I say more?
Attachment #313291 -
Flags: approval1.9?
Flags: blocking1.9? → blocking1.9-
Attachment #313291 -
Flags: approval1.9? → approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Comment 3•17 years ago
|
||
Checking in widget/src/gtk2/gtk2drawing.c;
/cvsroot/mozilla/widget/src/gtk2/gtk2drawing.c,v <-- gtk2drawing.c
new revision: 1.104; previous revision: 1.103
done
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9
Comment 4•17 years ago
|
||
seeing this same error message in current Seamonkey 1.1.11 compiled for Solaris 10 on SPARC machines. I recommend fixing the code in the Solaris version as well as linux.
You need to log in
before you can comment on or make changes to this bug.
Description
•