Public bug reported:

Binary package hint: glade-3

I have tracked it down to a bug in glade.  I am using Glade 3.6.1 on
Ubuntu 9.04

What has been happening is each time I change the UI via glade, it has
been removing the signal for the delete-event and destroy-event from the
xml file it saves:

   <property name="enable_layout_config">True</property>
    <signal name="destroy_event" handler="on_app1_destroy_event"/>     ###  
This line not saved to xml file
    <signal name="delete_event" handler="on_app1_delete_event"/>         ###  
This line not saved to xml file
    <child internal-child="dock">
      <widget class="BonoboDock" id="bonobodock1">


so when I run the app there is no signal to connect to 'on_app1_delete_event'

** Affects: glade-3 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
glade not saving delete-event signal
https://bugs.launchpad.net/bugs/372058
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to glade-3 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to