# HG changeset patch # User Gabriel Schulhof # Date 1190493611 0 # Node ID 87d559926330319daf12e8b3a73b32d039641f10 # Parent ec247a10b12b22eb27701f45204c5552385aa3ca Making pidgin_dialogs_about _with_parent, but using void * parent (for now) diff -r ec247a10b12b -r 87d559926330 pidgin/plugins/perl/common/GtkDialogs.xs --- a/pidgin/plugins/perl/common/GtkDialogs.xs Sat Sep 22 20:31:46 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkDialogs.xs Sat Sep 22 20:40:11 2007 +0000 @@ -13,7 +13,7 @@ void pidgin_dialogs_about_with_parent(parent) - GtkWindow * parent + void * parent CODE: pidgin_dialogs_about(parent);