~ubuntu-branches/ubuntu/vivid/gpodder/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/dev/gtk-builder-clean.py

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill
  • Date: 2010-12-05 17:08:02 UTC
  • mfrom: (5.3.2 experimental) (5.2.10 sid)
  • Revision ID: james.westby@ubuntu.com-20101205170802-qbsq7r331j21np1i
Tags: 2.10-1
* New upstream release
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/python
2
2
#
3
3
# gtk-builder-clean.py - Remove unnecessary properties in GtkBuilder UI files
4
 
# Thomas Perl <thpinfo.com>; 2009-05-08
 
4
# Thomas Perl <thp.io/about>; 2009-05-08
5
5
#
6
6
# Tries to instanciate GObjects defined in the GtkBuilder .ui file in order to
7
7
# get their default properties and then tries to compare the values defined in