Closed
Bug 411036
Opened 17 years ago
Closed 17 years ago
uninitialized parameter used in gtk2drawing.c
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: sayrer, Assigned: sayrer)
Details
Attachments
(1 file)
1.03 KB,
patch
|
ventnor.bugzilla
:
review+
roc
:
superreview+
mtschrep
:
approval1.9+
|
Details | Diff | Splinter Review |
Should be a quick fix, but I'm surprised this went unnoticed.
/home/sayrer/dev/opt_firefox/mozilla/widget/src/gtk2/gtk2drawing.c:1309: warning: ‘state_type’ is used uninitialized in this function
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #295652 -
Flags: review?(ventnor.bugzilla)
Updated•17 years ago
|
Assignee: nobody → sayrer
Version: unspecified → Trunk
Updated•17 years ago
|
Attachment #295652 -
Flags: superreview?(roc)
Comment 2•17 years ago
|
||
Comment on attachment 295652 [details] [diff] [review]
cargo cult fix
Well, I'm an idiot.
Attachment #295652 -
Flags: review?(ventnor.bugzilla) → review+
Comment on attachment 295652 [details] [diff] [review]
cargo cult fix
so am I
Attachment #295652 -
Flags: superreview?(roc) → superreview+
Assignee | ||
Updated•17 years ago
|
Attachment #295652 -
Flags: approval1.9?
Updated•17 years ago
|
Attachment #295652 -
Flags: approval1.9? → approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•