Mercurial > pidgin.yaz
changeset 19876:e42b22d0f564
Forgot one
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Fri, 17 Aug 2007 22:50:00 +0000 |
parents | 9474223e534b |
children | e19a9e7cf15d |
files | pidgin/gtkaccount.c pidgin/gtklog.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);
--- 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);