Mercurial > pidgin.yaz
comparison finch/gntrequest.c @ 29220:88d889b54df4
Fix building finch & libgnt using older gcc or non-gcc compilers that do
not understand G_GNUC_NULL_TERMINATED
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Thu, 31 Dec 2009 17:33:35 +0000 |
parents | f7c5bb2f6623 |
children | b258ffa87424 |
comparison
equal
deleted
inserted
replaced
29219:8defc6454a9f | 29220:88d889b54df4 |
---|---|
21 * | 21 * |
22 * You should have received a copy of the GNU General Public License | 22 * You should have received a copy of the GNU General Public License |
23 * along with this program; if not, write to the Free Software | 23 * along with this program; if not, write to the Free Software |
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA | 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
25 */ | 25 */ |
26 #include <internal.h> | |
27 | |
26 #include <gnt.h> | 28 #include <gnt.h> |
27 #include <gntbox.h> | 29 #include <gntbox.h> |
28 #include <gntbutton.h> | 30 #include <gntbutton.h> |
29 #include <gntcheckbox.h> | 31 #include <gntcheckbox.h> |
30 #include <gntcombobox.h> | 32 #include <gntcombobox.h> |
33 #include <gntlabel.h> | 35 #include <gntlabel.h> |
34 #include <gntline.h> | 36 #include <gntline.h> |
35 #include <gnttree.h> | 37 #include <gnttree.h> |
36 | 38 |
37 #include "finch.h" | 39 #include "finch.h" |
38 #include <internal.h> | |
39 #include "gntrequest.h" | 40 #include "gntrequest.h" |
40 #include "debug.h" | 41 #include "debug.h" |
41 #include "util.h" | 42 #include "util.h" |
42 | 43 |
43 /* XXX: Until gobjectification ... */ | 44 /* XXX: Until gobjectification ... */ |