GNOME Bugzilla – Bug 704378
Switch to glib resource framework
Last modified: 2013-07-20 20:41:14 UTC
The glib resource framework has been around for a while now, let's port system-monitor, too. Among benefits, it makes much easier to deal with .ui files.
Created attachment 249370 [details] [review] Switch to glib resource framework
The following fix has been pushed: 9f435d8 Switch to glib resource framework
Created attachment 249706 [details] [review] Switch to glib resource framework
Thanks for the patch, reviewed it, done basic testing, works just fine, so have pushed it using git-bz ;), however as you can see it has reattached the patch (git bz push --fix=ticketno origin master). I have checked the manpage but I don't see why the patch is attached. Do you happen to know how can I avoid readding the patch?
The basic workflow for bugzilla bug XXXXXX shoud be something like $ git bz apply XXXXXX [testing...] $ git bz push origin master The --fix=XXXXXX flag should only be used when you have a local commit and you want to push and attach to the bug at the same time. The other useful commands are $ git bz attach XXXXXX HEAD (or commit SHA number instead of HEAD) $ git bz file product/component Hope this helps! :)