Fix compilation of the perl plugin when using session management

Sun, 04 Feb 2007 08:45:07 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 04 Feb 2007 08:45:07 +0000
changeset 15599
ffdf171279a3
parent 15598
834a88c83e95
child 15600
393bc032b053

Fix compilation of the perl plugin when using session management

pidgin/plugins/perl/common/GtkSession.xs file | annotate | diff | comparison | revisions
--- a/pidgin/plugins/perl/common/GtkSession.xs	Sun Feb 04 08:31:49 2007 +0000
+++ b/pidgin/plugins/perl/common/GtkSession.xs	Sun Feb 04 08:45:07 2007 +0000
@@ -4,10 +4,10 @@
 PROTOTYPES: ENABLE
 
 void
-gaim_gtk_session_init(argv0, previous_id, config_dir)
+pidgin_session_init(argv0, previous_id, config_dir)
 	gchar * argv0
 	gchar * previous_id
 	gchar * config_dir
 
 void
-gaim_gtk_session_end()
+pidgin_session_end()

mercurial