--- a/pidgin/pidgincontactcompletion.c Thu May 09 21:50:05 2019 -0500 +++ b/pidgin/pidgincontactcompletion.c Thu May 09 22:02:20 2019 -0500 @@ -31,7 +31,7 @@ enum { PIDGIN_CONTACT_COMPLETION_COLUMN_CONTACT, PIDGIN_CONTACT_COMPLETION_COLUMN_ACCOUNT, - PIDGIN_CONTACT_COMPLETION_N_COLMUNS, + PIDGIN_CONTACT_COMPLETION_N_COLUMNS, }; enum { @@ -75,7 +75,7 @@ GtkListStore *store = NULL; store = gtk_list_store_new( - PIDGIN_CONTACT_COMPLETION_N_COLMUNS, + PIDGIN_CONTACT_COMPLETION_N_COLUMNS, G_TYPE_STRING, PURPLE_TYPE_ACCOUNT );