Mercurial > pidgin.yaz
changeset 19963:d1dd84d36d8d
"Fixing"GtkPounce.xs
author | Gabriel Schulhof <nix@go-nix.ca> |
---|---|
date | Sun, 19 Aug 2007 13:09:02 +0000 |
parents | 15f523ded027 |
children | 7a118cacd4b0 |
files | pidgin/plugins/perl/common/GtkPounce.xs |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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()