comparison src/gtkimhtml.c @ 2812:90ccd9a2b7bb

[gaim-migrate @ 2825] i'm so absent-minded today committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 29 Nov 2001 08:36:31 +0000
parents bd69a344787d
children bcc9d7a0015d
comparison
equal deleted inserted replaced
2811:bd69a344787d 2812:90ccd9a2b7bb
1918 #define AVGWDTH 12 1918 #define AVGWDTH 12
1919 #define RGSTRY 13 1919 #define RGSTRY 13
1920 #define ENCDNG 14 1920 #define ENCDNG 14
1921 1921
1922 for (i = 0; xflds [i]; i++); 1922 for (i = 0; xflds [i]; i++);
1923 g_print("%d\n", i);
1924 if (i != 15) { 1923 if (i != 15) {
1925 int tmp; 1924 int tmp;
1926 newvals = g_malloc0 (16 * sizeof (gchar *)); 1925 newvals = g_malloc0 (16 * sizeof (gchar *));
1927 newvals [0] = ""; 1926 newvals [0] = "";
1928 for (tmp = 1; tmp < 15; tmp++) 1927 for (tmp = 1; tmp < 15; tmp++)