diff pidgin/plugins/perl/common/GtkPlugin.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/GtkPlugin.xs	Sun Sep 23 00:56:54 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkPlugin.xs	Sun Sep 23 01:11:37 2007 +0000
@@ -14,4 +14,4 @@
 
 void
 pidgin_plugin_dialog_show_with_parent(parent)
-	Gtk::Window parent
+	void * parent