| 148 "warmińsko-mazurskie", |
148 "warmińsko-mazurskie", |
| 149 "wielkopolskie", |
149 "wielkopolskie", |
| 150 "zachodniopomorskie", |
150 "zachodniopomorskie", |
| 151 }; |
151 }; |
| 152 |
152 |
| 153 static int ggp_pubdir_provinces_count = sizeof(ggp_pubdir_provinces)/sizeof(gchar*); |
153 static gsize ggp_pubdir_provinces_count = sizeof(ggp_pubdir_provinces)/sizeof(gchar*); |
| 154 |
154 |
| 155 /******************************************************************************/ |
155 /******************************************************************************/ |
| 156 |
156 |
| 157 void ggp_pubdir_record_free(ggp_pubdir_record *records, int count) |
157 void ggp_pubdir_record_free(ggp_pubdir_record *records, int count) |
| 158 { |
158 { |
| 810 const ggp_pubdir_record *records, int next_offset, void *user_data) |
810 const ggp_pubdir_record *records, int next_offset, void *user_data) |
| 811 { |
811 { |
| 812 PurpleRequestFields *fields; |
812 PurpleRequestFields *fields; |
| 813 PurpleRequestFieldGroup *group; |
813 PurpleRequestFieldGroup *group; |
| 814 PurpleRequestField *field; |
814 PurpleRequestField *field; |
| 815 int default_gender, i; |
815 int default_gender; |
| |
816 gsize i; |
| 816 const ggp_pubdir_record *record; |
817 const ggp_pubdir_record *record; |
| 817 |
818 |
| 818 purple_debug_info("gg", "ggp_pubdir_set_info_dialog (record: %d)\n", |
819 purple_debug_info("gg", "ggp_pubdir_set_info_dialog (record: %d)\n", |
| 819 records_count); |
820 records_count); |
| 820 |
821 |