diff src/main.c @ 6119:0d2bd49c611e

[gaim-migrate @ 6588] Changed the API a bit for the Accounts window, and exposed the API to display an account editor dialog from outside gtkaccount.c. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 14 Jul 2003 10:04:27 +0000
parents 0922bb7a7bbc
children 16e384bb7fbf
line wrap: on
line diff
--- a/src/main.c	Mon Jul 14 06:11:31 2003 +0000
+++ b/src/main.c	Mon Jul 14 10:04:27 2003 +0000
@@ -415,7 +415,7 @@
 	button = gaim_pixbuf_button_from_stock(_("Accounts"), GAIM_STOCK_ACCOUNTS, GAIM_BUTTON_VERTICAL);
 	gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
 	g_signal_connect(G_OBJECT(button), "clicked",
-					 G_CALLBACK(gaim_gtk_account_dialog_show), mainwindow);
+					 G_CALLBACK(gaim_gtk_accounts_window_show), mainwindow);
 	gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
 
 #ifdef NO_MULTI
@@ -934,7 +934,7 @@
 		gaim_accounts_auto_login(GAIM_GTK_UI);
 
 	if (opt_acct) {
-		gaim_gtk_account_dialog_show();
+		gaim_gtk_accounts_window_show();
 	} else if ((dologin_ret == -1) && !gaim_connections_get_all())
 		show_login();