diff pidgin/plugins/perl/common/GtkPounce.xs @ 20622:ced0666ab950

Reverted to void *, because Gtk::Window wasn't working :o(
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 23 Sep 2007 01:11:37 +0000
parents 5265fed9b93a
children 96612191ded8
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkPounce.xs	Sun Sep 23 00:56:54 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkPounce.xs	Sun Sep 23 01:11:37 2007 +0000
@@ -11,7 +11,7 @@
 
 void
 pidgin_pounce_editor_show_with_parent(parent, account, name, cur_pounce)
-	Gtk::Window parent
+	void * parent
 	Purple::Account account
 	const char * name
 	Purple::Pounce cur_pounce
@@ -30,7 +30,7 @@
 
 void
 pidgin_pounces_manager_show_with_parent(parent)
-	Gtk::Window parent
+	void * parent
 
 void
 pidgin_pounces_manager_hide()