After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 585430 - Glade keeps shuffling the order of labels
Glade keeps shuffling the order of labels
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.6.x
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-11 12:19 UTC by Vadim Peretokin
Modified: 2010-12-17 14:52 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Vadim Peretokin 2009-06-11 12:19:43 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:
Comment 1 Tristan Van Berkom 2009-06-11 13:19:24 UTC
Is that the only diffs you get ?

So the bug is that _sizegroups_ dont preserve the order of
their widgets ?


Comment 3 Tristan Van Berkom 2010-12-17 14:50:55 UTC
Fixed in glade-3-8/master
Comment 4 Vadim Peretokin 2010-12-17 14:52:54 UTC
Thank you! This'll greatly improve quality of commits.