could not find a parent that handles internal children
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glade |
Invalid
|
Undecided
|
Unassigned | ||
libglade |
Won't Fix
|
Medium
|
|||
libglade (Ubuntu) |
Triaged
|
Low
|
Ubuntu Desktop Bugs |
Bug Description
Using GtkMessageDialog created in glade-3 causes to receive following error whenever MessageDialog is displayed:
libglade-WARNING **: could not find a parent that handles internal children for `vbox'
This bug seems to be similar to reported here http://
below is xml code generated with glade-3
<widget class="
<property name="visible"
<property name="border_
<property name="title" translatable=
<property name="resizable
<property name="modal"
<property name="window_
<property name="destroy_
<property name="type_
<property name="skip_
<property name="has_
<property name="message_
<property name="buttons"
<property name="text"
<child internal-
<widget class="GtkVBox" id="dialog-vbox11">
<property name="visible"
<property name="spacing"
<child>
</child>
<child internal-
<widget class="
</widget>
<packing>
</child>
</widget>
</child>
</widget>
Changed in glade-3: | |
status: | Unknown → Confirmed |
Changed in libglade: | |
importance: | Unknown → Undecided |
status: | Unknown → New |
status: | New → Invalid |
Changed in glade-3: | |
importance: | Unknown → Undecided |
status: | Confirmed → New |
Changed in libglade: | |
importance: | Undecided → Unknown |
status: | Invalid → Unknown |
Changed in glade-3: | |
status: | New → Invalid |
Changed in libglade: | |
importance: | Unknown → Medium |
status: | Unknown → Confirmed |
Changed in libglade: | |
status: | Confirmed → Won't Fix |
thanks for the report, that's known upstream you can track it here: http:// bugzilla. gnome.org/ show_bug. cgi?id= 471089