diff pidgin/plugins/perl/common/GtkPounce.xs @ 15838:e622745f6f42

Pidgin perl fixes for s/gaim/purple/.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 19 Mar 2007 17:37:17 +0000
parents cb0750152bf6
children d1dd84d36d8d
line wrap: on
line diff
--- a/pidgin/plugins/perl/common/GtkPounce.xs	Mon Mar 19 17:34:54 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkPounce.xs	Mon Mar 19 17:37:17 2007 +0000
@@ -5,14 +5,14 @@
 
 void
 pidgin_pounce_editor_show(account, name, cur_pounce)
-	Gaim::Account account
+	Purple::Account account
 	const char * name
-	Gaim::Pounce cur_pounce
+	Purple::Pounce cur_pounce
 
 MODULE = Pidgin::Pounce  PACKAGE = Pidgin::Pounces  PREFIX = pidgin_pounces_
 PROTOTYPES: ENABLE
 
-Gaim::Handle
+Purple::Handle
 pidgin_pounces_get_handle()
 
 MODULE = Pidgin::Pounce  PACKAGE = Pidgin::Pounces::Manager  PREFIX = pidgin_pounces_manager_