GNOME Bugzilla – Bug 643707
Please remove unnecessary markup from .ui files
Last modified: 2011-03-05 00:27:43 UTC
Created attachment 182288 [details] [review] Simple patch to remove unnecessary markup A nice bunch of unnecessary markup crawled back to several Anjuta plugins, mostly into git. Please remove these, and make translators' life easier.
Created attachment 182290 [details] [review] Do the same for class-gen plugin
Created attachment 182292 [details] [review] And for the mk-project plugin
Thanks for the patches! I would be even more happy if you could use "git format-patch" next time instead because it retains the author information and I don't have to enter that manually.
I know this is a bit late, but... Just patching the ui files to remove the markup from them doesn't really solve the underlying problem: When you create a frame or expander with glade, it uses markup to make the labels bold by default. So this problem is going to come up again any time someone make a new frame or expander in their ui. And I'm almost certain that by the time that new code moves to git, we will have long forgotten about this bug, and we'll be hearing about it again. I suggest that you ask the glade devs to use font attributes instead of markup to make labels bold. That would solve your problems for good, and we developers wouldn't have to worry about this again, so we both win.
I don't see current Glade adding markup to expanders, but for frames you are right. I just filed bug #643923, thanks for the observation!