comparison src/gtkrequest.c @ 11178:28ac54de3024

[gaim-migrate @ 13286] Fix a typo... I don't know how this snuck in. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 01 Aug 2005 04:27:33 +0000
parents 3924db2b1ca8
children 46086fcc82b7
comparison
equal deleted inserted replaced
11177:3924db2b1ca8 11178:28ac54de3024
894 * 3. The boxes that use this autocomplete code handle only IMs. */ 894 * 3. The boxes that use this autocomplete code handle only IMs. */
895 if (!set->buddy && 895 if (!set->buddy &&
896 (GPOINTER_TO_INT(set_hash_data[1]) || 896 (GPOINTER_TO_INT(set_hash_data[1]) ||
897 (set->account != NULL && gaim_account_is_connected(set->account))) && 897 (set->account != NULL && gaim_account_is_connected(set->account))) &&
898 set->type == GAIM_LOG_IM) { 898 set->type == GAIM_LOG_IM) {
899 #if NEW_STYLE_COMPLETION 899 #ifdef NEW_STYLE_COMPLETION
900 add_screenname_autocomplete_entry((GtkListStore *)set_hash_data[0], 900 add_screenname_autocomplete_entry((GtkListStore *)set_hash_data[0],
901 NULL, NULL, set->account, set->name); 901 NULL, NULL, set->account, set->name);
902 #else 902 #else
903 GList **items = ((GList **)set_hash_data[0]); 903 GList **items = ((GList **)set_hash_data[0]);
904 /* Steal the name for the GCompletion. */ 904 /* Steal the name for the GCompletion. */