diff plugins/docklet/docklet.c @ 5609:eaf058fc47a5

[gaim-migrate @ 6013] la la la committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 31 May 2003 15:55:06 +0000
parents eeba9205dd0f
children 9e7f8ffb0404
line wrap: on
line diff
--- a/plugins/docklet/docklet.c	Sat May 31 15:51:12 2003 +0000
+++ b/plugins/docklet/docklet.c	Sat May 31 15:55:06 2003 +0000
@@ -29,6 +29,7 @@
 /* includes */
 #include <gtk/gtk.h>
 #include "gtkplugin.h"
+#include "gtkaccount.h"
 #include "gaim.h"
 #include "sound.h"
 #include "prefs.h"
@@ -148,7 +149,7 @@
 	gtk_menu_shell_append(GTK_MENU_SHELL(menu), entry);
 
 	gaim_new_item_from_stock(menu, _("File Transfers..."), GAIM_STOCK_FILE_TRANSFER, G_CALLBACK(gaim_show_xfer_dialog), NULL, 0, 0, NULL);
-	gaim_new_item_from_stock(menu, _("Accounts..."), GAIM_STOCK_ACCOUNTS, G_CALLBACK(account_editor), NULL, 0, 0, NULL);
+	gaim_new_item_from_stock(menu, _("Accounts..."), GAIM_STOCK_ACCOUNTS, G_CALLBACK(gaim_gtk_account_dialog_show), NULL, 0, 0, NULL);
 	gaim_new_item_from_stock(menu, _("Preferences..."), GTK_STOCK_PREFERENCES, G_CALLBACK(gaim_gtk_prefs_show), NULL, 0, 0, NULL);
 
 	gaim_separator(menu);