diff -r c7ca6a49977a -r 628971e4ecdf pidgin/prefs/pidginprefsinternal.h --- a/pidgin/prefs/pidginprefsinternal.h Thu May 19 20:32:23 2022 -0500 +++ b/pidgin/prefs/pidginprefsinternal.h Thu May 19 23:08:59 2022 -0500 @@ -37,6 +37,12 @@ const gchar *key; }; +enum { + PIDGIN_PREF_COMBO_TEXT, + PIDGIN_PREF_COMBO_VALUE, + PIDGIN_PREF_COMBO_N_COLUMNS +}; + G_BEGIN_DECLS G_GNUC_INTERNAL