# HG changeset patch # User Gabriel Schulhof # Date 1187528942 0 # Node ID d1dd84d36d8dc39264b0d10b10a86c3d1ac39e0d # Parent 15f523ded027bdc05031e9eae914d577f326fe04 "Fixing"GtkPounce.xs diff -r 15f523ded027 -r d1dd84d36d8d pidgin/plugins/perl/common/GtkPounce.xs --- a/pidgin/plugins/perl/common/GtkPounce.xs Sun Aug 19 13:06:40 2007 +0000 +++ b/pidgin/plugins/perl/common/GtkPounce.xs Sun Aug 19 13:09:02 2007 +0000 @@ -8,6 +8,8 @@ Purple::Account account const char * name Purple::Pounce cur_pounce +CODE: + pidgin_pounce_editor_show(NULL, account, name, cur_pounce); MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_ PROTOTYPES: ENABLE @@ -20,6 +22,8 @@ void pidgin_pounces_manager_show() +CODE: + pidgin_pounces_manager_show(NULL); void pidgin_pounces_manager_hide()