# HG changeset patch # User Gabriel Schulhof # Date 1187528800 0 # Node ID 15f523ded027bdc05031e9eae914d577f326fe04 # Parent 0b4c970e62ee44ab9a053ba90a71045006d8f868 "Fixing"GtkPlugin.xs diff -r 0b4c970e62ee -r 15f523ded027 pidgin/plugins/perl/common/GtkPlugin.xs --- a/pidgin/plugins/perl/common/GtkPlugin.xs Sun Aug 19 13:05:09 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkPlugin.xs Sun Aug 19 13:06:40 2007 +0000 @@ -11,3 +11,5 @@ void pidgin_plugin_dialog_show() +CODE: + pidgin_plugin_dialog_show(NULL);