| 18965:5c943654d258 | 18966:6a0715b72b6b |
|---|---|
| 709 optmenu = GTK_WIDGET(fld->ui_data); | 709 optmenu = GTK_WIDGET(fld->ui_data); |
| 710 break; | 710 break; |
| 711 } | 711 } |
| 712 } | 712 } |
| 713 } | 713 } |
| 714 pidgin_setup_screenname_autocomplete(entry, optmenu, !strcmp(type_hint, "screenname-all")); | 714 pidgin_setup_screenname_autocomplete_with_filter(entry, optmenu, pidgin_screenname_autocomplete_default_filter, GINT_TO_POINTER(!strcmp(type_hint, "screenname-all"))); |
| 715 } | 715 } |
| 716 } | 716 } |
| 717 } | 717 } |
| 718 | 718 |
| 719 static GtkWidget * | 719 static GtkWidget * |