--- a/pidgin/plugins/perl/common/GtkAccount.xs Sun Feb 04 02:31:04 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkAccount.xs Sun Feb 04 04:47:06 2007 +0000 @@ -1,24 +1,24 @@ #include "gtkmodule.h" -MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account PREFIX = gaim_gtk_account_ +MODULE = Pidgin::Account PACKAGE = Pidgin::Account PREFIX = pidgin_account_ PROTOTYPES: ENABLE Gaim::Handle -gaim_gtk_account_get_handle() +pidgin_account_get_handle() -MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Dialog PREFIX = gaim_gtk_account_dialog_ +MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Dialog PREFIX = pidgin_account_dialog_ PROTOTYPES: ENABLE void -gaim_gtk_account_dialog_show(type, account) - Gaim::GtkUI::Account::Dialog::Type type +pidgin_account_dialog_show(type, account) + Pidgin::Account::Dialog::Type type Gaim::Account account -MODULE = Gaim::GtkUI::Account PACKAGE = Gaim::GtkUI::Account::Window PREFIX = gaim_gtk_accounts_window_ +MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Window PREFIX = pidgin_accounts_window_ PROTOTYPES: ENABLE void -gaim_gtk_accounts_window_show() +pidgin_accounts_window_show() void -gaim_gtk_accounts_window_hide() +pidgin_accounts_window_hide()