| 865 g_object_set_data(G_OBJECT(optmenu), "user_data", user_data); |
865 g_object_set_data(G_OBJECT(optmenu), "user_data", user_data); |
| 866 g_object_set_data(G_OBJECT(optmenu), "show_all", GINT_TO_POINTER(show_all)); |
866 g_object_set_data(G_OBJECT(optmenu), "show_all", GINT_TO_POINTER(show_all)); |
| 867 g_object_set_data(G_OBJECT(optmenu), "filter_func", filter_func); |
867 g_object_set_data(G_OBJECT(optmenu), "filter_func", filter_func); |
| 868 |
868 |
| 869 return optmenu; |
869 return optmenu; |
| |
870 } |
| |
871 |
| 870 void |
872 void |
| 871 pidgin_setup_gtkspell(GtkTextView *textview) |
873 pidgin_setup_gtkspell(GtkTextView *textview) |
| 872 { |
874 { |
| 873 #ifdef USE_GTKSPELL |
875 #ifdef USE_GTKSPELL |
| 874 GError *error = NULL; |
876 GError *error = NULL; |