GNOME Bugzilla – Bug 585430
Glade keeps shuffling the order of labels
Last modified: 2010-12-17 14:52:54 UTC
Please describe the problem: On pretty much every commit where I did a minor change with ui, I also get this: + <widget name="packager_name_label"/> + <widget name="packager_email_label"/> + <widget name="short_desc_label"/> <widget name="long_desc_label"/> - <widget name="short_desc_label"/> - <widget name="packager_email_label"/> - <widget name="packager_name_label"/> </widgets> </object> <object class="GtkSizeGroup" id="optional_tab_sizegroup"> <widgets> + <widget name="entry1"/> + <widget name="entry2"/> + <widget name="entry3"/> + <widget name="entry4"/> + <widget name="comboboxentry1"/> + <widget name="combobox1"/> + <widget name="entry5"/> + <widget name="entry6"/> + <widget name="entry7"/> + <widget name="entry8"/> <widget name="entry9"/> - <widget name="entry8"/> - <widget name="entry7"/> - <widget name="entry6"/> - <widget name="entry5"/> - <widget name="combobox1"/> - <widget name="comboboxentry1"/> - <widget name="entry4"/> - <widget name="entry3"/> - <widget name="entry2"/> - <widget name="entry1"/> It seems that glade, for whatever reason, keeps saving these in a different order and it is littering the changelogs. Steps to reproduce: 1. Download http://bazaar.launchpad.net/%7Egiftwrap-devs/giftwrap/trunk/annotate/head%3A/src/giftwrap.ui 2. Save, observe order of widgets 3. Do small change, save see again Actual results: Expected results: Does this happen every time? Other information:
Is that the only diffs you get ? So the bug is that _sizegroups_ dont preserve the order of their widgets ?
Yes, sizegroups it seems, sorry. Observe src/giftwrap.ui changelogs in http://bazaar.launchpad.net/~giftwrap-devs/giftwrap/trunk/revision/24 http://bazaar.launchpad.net/~giftwrap-devs/giftwrap/trunk/revision/19 http://bazaar.launchpad.net/~giftwrap-devs/giftwrap/trunk/revision/14
Fixed in glade-3-8/master
Thank you! This'll greatly improve quality of commits.