# HG changeset patch # User Gabriel Schulhof # Date 1187391000 0 # Node ID e42b22d0f564083c0680fa00176277f358fbe08e # Parent 9474223e534b1672c7beaed37127547a7c7bf36b Forgot one diff -r 9474223e534b -r e42b22d0f564 pidgin/gtkaccount.c --- a/pidgin/gtkaccount.c Fri Aug 17 22:31:32 2007 +0000 +++ b/pidgin/gtkaccount.c Fri Aug 17 22:50:00 2007 +0000 @@ -1912,7 +1912,7 @@ purple_request_close_with_handle(account); purple_request_action(account, NULL, buf, NULL, 0, account, NULL, NULL, - account, 2, + "accounts", account, 2, _("Delete"), delete_account_cb, _("Cancel"), NULL); g_free(buf); diff -r 9474223e534b -r e42b22d0f564 pidgin/gtklog.h --- a/pidgin/gtklog.h Fri Aug 17 22:31:32 2007 +0000 +++ b/pidgin/gtklog.h Fri Aug 17 22:50:00 2007 +0000 @@ -51,8 +51,8 @@ -void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); -void pidgin_log_show_contact(PurpleContact *contact); +void pidgin_log_show(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account); +void pidgin_log_show_contact(GtkWindow *parent, PurpleContact *contact); void pidgin_syslog_show(void);