could not find a parent that handles internal children

Bug #273233 reported by Jojo
20
This bug affects 3 people
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://lists.ximian.com/pipermail/glade-devel/2003-October/000337.html

below is xml code generated with glade-3

  <widget class="GtkMessageDialog" id="errorsdialog1">
    <property name="visible">True</property>
    <property name="border_width">5</property>
    <property name="title" translatable="yes">Błąd</property>
    <property name="resizable">False</property>
    <property name="modal">True</property>
    <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
    <property name="destroy_with_parent">True</property>
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
    <property name="skip_taskbar_hint">True</property>
    <property name="has_separator">False</property>
    <property name="message_type">GTK_MESSAGE_ERROR</property>
    <property name="buttons">GTK_BUTTONS_OK</property>
    <property name="text">Błąd</property>
    <child internal-child="vbox">
      <widget class="GtkVBox" id="dialog-vbox11">
        <property name="visible">True</property>
        <property name="spacing">2</property>
        <child>
          <placeholder/>
        </child>
        <child internal-child="action_area">
          <widget class="GtkHButtonBox" id="dialog-action_area11">
            <property name="visible">True</property>
            <property name="layout_style">GTK_BUTTONBOX_END</property>
          </widget>
          <packing>
            <property name="expand">False</property>
            <property name="pack_type">GTK_PACK_END</property>
          </packing>
        </child>
      </widget>
    </child>
  </widget>

Revision history for this message
Pedro Villavicencio (pedro) wrote :

thanks for the report, that's known upstream you can track it here: http://bugzilla.gnome.org/show_bug.cgi?id=471089

Changed in glade-3:
assignee: nobody → desktop-bugs
importance: Undecided → Low
status: New → Triaged
Changed in glade-3:
status: Unknown → Confirmed
Revision history for this message
Mario Limonciello (superm1) wrote :

Anyone have any workarounds in the glade xml? I'd prefer to make my apps warning free, and this is all i'm down to.

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Reassigning to libglade as upstream bug is against this product.

affects: glade-3 (Ubuntu) → libglade (Ubuntu)
Javier Jardón (jjardon)
Changed in libglade:
importance: Unknown → Undecided
status: Unknown → New
status: New → Invalid
Javier Jardón (jjardon)
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
Revision history for this message
Maxim Levitsky (maximlevitsky) wrote :

Appears to be fixed in natty

Changed in libglade:
status: Confirmed → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.