[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2011-01-14 Thread Severin Heiniger
Marking the bug as fixed as the ordering of properties in UI files seems
to be permanent in Natty.

** Changed in: glade-3 (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  'use_action_appearance' property changes location when saving file

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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2011-01-13 Thread Severin Heiniger
A bug fix seems to have been committed upstream, but it isn't present in
the Maverick package as the bug can still be reproduced. I'll update the
report as soon as I'll be testing Natty.

** Bug watch added: GNOME Bug Tracker #628253
   https://bugzilla.gnome.org/show_bug.cgi?id=628253

** Changed in: glade-3
   Importance: Medium = Unknown

** Changed in: glade-3
 Remote watch: GNOME Bug Tracker #626328 = GNOME Bug Tracker #628253

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

Title:
  'use_action_appearance' property changes location when saving file

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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2011-01-13 Thread Bug Watch Updater
** Changed in: glade-3
   Status: Unknown = Fix Released

** Changed in: glade-3
   Importance: Unknown = Medium

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

Title:
  'use_action_appearance' property changes location when saving file

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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2011-01-10 Thread Bug Watch Updater
** Changed in: glade-3
   Status: New = Unknown

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

Title:
  'use_action_appearance' property changes location when saving file

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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2010-09-16 Thread Bug Watch Updater
** Changed in: glade-3
   Importance: Unknown = Medium

-- 
'use_action_appearance' property changes location when saving file
https://bugs.launchpad.net/bugs/612383
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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2010-08-18 Thread Pedro Villavicencio
** Changed in: glade-3 (Ubuntu)
   Importance: Undecided = Low

** Changed in: glade-3 (Ubuntu)
   Status: New = Triaged

-- 
'use_action_appearance' property changes location when saving file
https://bugs.launchpad.net/bugs/612383
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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2010-08-07 Thread Severin Heiniger
** Bug watch added: GNOME Bug Tracker #626328
   https://bugzilla.gnome.org/show_bug.cgi?id=626328

** Also affects: glade-3 via
   https://bugzilla.gnome.org/show_bug.cgi?id=626328
   Importance: Unknown
   Status: Unknown

-- 
'use_action_appearance' property changes location when saving file
https://bugs.launchpad.net/bugs/612383
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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2010-08-07 Thread Severin Heiniger
The bug has been forwarded upstream.

-- 
'use_action_appearance' property changes location when saving file
https://bugs.launchpad.net/bugs/612383
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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2010-08-07 Thread Bug Watch Updater
** Changed in: glade-3
   Status: Unknown = New

-- 
'use_action_appearance' property changes location when saving file
https://bugs.launchpad.net/bugs/612383
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


[Bug 612383] Re: 'use_action_appearance' property changes location when saving file

2010-08-01 Thread Severin Heiniger

** Attachment added: demo.ui
   http://launchpadlibrarian.net/52841817/demo.ui

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/52841644/Dependencies.txt

** Description changed:

  Binary package hint: glade-3
  
- After applying changes to a GtkBuilder UI file, 'use_action_appearance'
- properties (or 'related_action', respectively) reproducibly change their
- position in the list of properties of widgets related to a GtkAction.
- This is annoying because it clutters diffs and makes the actual changes
- harder to spot.
+ When saving a GtkBuilder UI file, 'use_action_appearance' properties (or
+ 'related_action', respectively) reproducibly change their position in
+ the list of properties of widgets related to a GtkAction. This is
+ annoying because it clutters diffs and makes the actual changes harder
+ to spot.
  
  A file for the purpose of demonstration is attached. Take the following
  steps to reproduce it:
  
  1. Open demo.ui in a text editor and notice that 'use_action_appearance' is 
located in the line above 'related_action'.
  2. Open demo.ui using glade, select the widget 'test_button' by clicking on 
it, and save the file.
  3. Open demo.ui in a text editor and notice that 'use_action_appearance' is 
located in the line *below* 'related_action'.
  4. Open demo.ui using glade, select the widget 'test_button' by clicking on 
it, and save the file.
  5. Go back to step 1.
  
  If anyone can confirm this bug, I'd be happy to report it upstream.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: glade 3.7.0.is.3.6.7-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.32-24.38-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-24-generic x86_64
  Architecture: amd64
  Date: Mon Aug  2 01:37:57 2010
  InstallationMedia: Ubuntu 10.04 Lucid Lynx - Release Candidate amd64 
(20100419.1)
  ProcEnviron:
-  LANGUAGE=en
-  PATH=(custom, user)
-  LANG=de_CH.utf8
-  SHELL=/bin/bash
+  LANGUAGE=en
+  PATH=(custom, user)
+  LANG=de_CH.utf8
+  SHELL=/bin/bash
  SourcePackage: glade-3

-- 
'use_action_appearance' property changes location when saving file
https://bugs.launchpad.net/bugs/612383
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