pidgin/pidginaccountchooser.c

changeset 39786
7800f52d0ae6
parent 39785
aa7e3b71802d
child 39787
af7ae86ee287
--- a/pidgin/pidginaccountchooser.c	Fri Aug 09 00:41:13 2019 -0400
+++ b/pidgin/pidginaccountchooser.c	Fri Aug 09 01:51:47 2019 -0400
@@ -131,7 +131,7 @@
 }
 
 PurpleAccount *
-pidgin_account_option_menu_get_selected(GtkWidget *optmenu)
+pidgin_account_chooser_get_selected(GtkWidget *optmenu)
 {
 	return (PurpleAccount *)aop_option_menu_get_selected(optmenu);
 }
@@ -253,17 +253,15 @@
 }
 
 void
-pidgin_account_option_menu_set_selected(GtkWidget *optmenu,
-                                        PurpleAccount *account)
+pidgin_account_chooser_set_selected(GtkWidget *optmenu, PurpleAccount *account)
 {
 	aop_option_menu_select_by_data(optmenu, account);
 }
 
 GtkWidget *
-pidgin_account_option_menu_new(PurpleAccount *default_account,
-                               gboolean show_all, GCallback cb,
-                               PurpleFilterAccountFunc filter_func,
-                               gpointer user_data)
+pidgin_account_chooser_new(PurpleAccount *default_account, gboolean show_all,
+                           GCallback cb, PurpleFilterAccountFunc filter_func,
+                           gpointer user_data)
 {
 	GtkWidget *optmenu;
 

mercurial