summaryrefslogtreecommitdiff
path: root/tp-account-widgets/tpaw-builder.h
Commit message (Collapse)AuthorAgeFilesLines
* builder: use the correct translation domainMarco Barisione2013-09-031-2/+12
| | | | | | | | | | | | tpaw_builder_get_*() functions always used GETTEXT_PACKAGE as translation domain, but that always meant the tpaw one so it broke empathy's translations. This commit adds tpaw_builder_get_*_with_domain() functions and replace the previous functions with macros that use the GETTEXT_PACKAGE defined in the .c file that includes tpaw-builder.h. https://bugzilla.gnome.org/show_bug.cgi?id=707208
* builder: move empathy_builder_* from Empathy to tp-account-widgetsMarco Barisione2013-08-201-0/+18
| | | | | | | This commit also changes the licence of the moved code from GPL to LGPL. See GOSSIP-RELICENSING.txt for details. https://bugzilla.gnome.org/show_bug.cgi?id=699492
* builder: add stub header and source file for tpaw_builder_* functionsMarco Barisione2013-08-201-0/+31
https://bugzilla.gnome.org/show_bug.cgi?id=699492