GNOME Bugzilla – Bug 163716
Add a command line argument to update glade project
Last modified: 2006-02-12 15:12:04 UTC
Every so often, the glade file format changes. It would be useful to be able to script glade to update a project for integration into a build system.
Created attachment 35844 [details] [review] Patch to implement project rewrite This patch adds "-r", "--rewrite-project" flags which implement the above feature. It operatates similarly to the existing "--write-source" argument.
I no longer need this.