Mercurial > pidgin
comparison finch/gntdebug.c @ 30672:bd7942308234
propagate from branch 'im.pidgin.pidgin' (head d813bbb8c323184987e92c9bd801fd7e64262104)
to branch 'im.pidgin.cpw.qulogic.msnp16' (head ae093be5fdd4311e82faf775ce3c3690f0a7df65)
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Sun, 13 Dec 2009 09:44:27 +0000 |
parents | 259bbfb423d4 |
children | 6a3aaa4e5e56 |
comparison
equal
deleted
inserted
replaced
30671:fc7798a661f7 | 30672:bd7942308234 |
---|---|
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 | |
27 #include <internal.h> | |
28 | |
26 #include <gnt.h> | 29 #include <gnt.h> |
27 #include <gntbox.h> | 30 #include <gntbox.h> |
28 #include <gntbutton.h> | 31 #include <gntbutton.h> |
29 #include <gntcheckbox.h> | 32 #include <gntcheckbox.h> |
30 #include <gntentry.h> | 33 #include <gntentry.h> |
33 #include <gntline.h> | 36 #include <gntline.h> |
34 #include <gnttextview.h> | 37 #include <gnttextview.h> |
35 | 38 |
36 #include "gntdebug.h" | 39 #include "gntdebug.h" |
37 #include "finch.h" | 40 #include "finch.h" |
38 #include <internal.h> | |
39 #include "notify.h" | 41 #include "notify.h" |
40 #include "util.h" | 42 #include "util.h" |
41 | 43 |
42 #include <stdio.h> | 44 #include <stdio.h> |
43 #include <string.h> | 45 #include <string.h> |