Closed
Bug 140206
Opened 23 years ago
Closed 23 years ago
duplicate set variable = to code gtk/nsWindow.cpp
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mike, Assigned: blizzard)
References
()
Details
from lxr
2749 }
2750 parent = gdk_window_get_parent (parent);
2751 parent = gdk_window_get_parent (parent);
2752 }
2753
2754 return (GtkWidget *)mMozAreaClosestParent;
Summary: duplicate set variable = to code nsWindow.cpp → duplicate set variable = to code gtk/nsWindow.cpp
Comment 1•23 years ago
|
||
and cvsblame sez blizzard (unless he meant that :-)
Assignee: jaggernaut → blizzard
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 2•23 years ago
|
||
Nope, that's not a bug. I'm happy to say that's on purpose. That code walks up
the widget heirarchy two windows.
| Assignee | ||
Comment 3•23 years ago
|
||
Not a bug.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Comment 4•23 years ago
|
||
Maybe add a comment along those lines (I can easily see someone looking at that
and filing another bug)
I am happy to be incorrect! I will continue hunting for more. Sorry to be the bug.
You need to log in
before you can comment on or make changes to this bug.
Description
•