Mercurial > pidgin
changeset 20614:64d8871bef8f
Making pidgin_dialogs_about _with_parent, but using void * parent (for now)
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sat, 22 Sep 2007 20:41:58 +0000 |
parents | 87d559926330 |
children | 78ef8bd992f9 |
files | pidgin/plugins/perl/common/GtkDialogs.xs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkDialogs.xs Sat Sep 22 20:40:11 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkDialogs.xs Sat Sep 22 20:41:58 2007 +0000 @@ -15,7 +15,7 @@ pidgin_dialogs_about_with_parent(parent) void * parent CODE: - pidgin_dialogs_about(parent); + pidgin_dialogs_about_with_parent(parent); void pidgin_dialogs_im()