From: <de...@us...> - 2006-09-17 05:44:26
|
Revision: 17292 http://svn.sourceforge.net/gaim/?rev=17292&view=rev Author: deryni9 Date: 2006-09-16 22:44:22 -0700 (Sat, 16 Sep 2006) Log Message: ----------- An oops unrelated to my last commit, go figure. Gaim::GtkUI::StatusBox functions don't need a leading _. Modified Paths: -------------- trunk/gtk/plugins/perl/common/GtkStatusBox.xs Modified: trunk/gtk/plugins/perl/common/GtkStatusBox.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkStatusBox.xs 2006-09-17 05:35:46 UTC (rev 17291) +++ trunk/gtk/plugins/perl/common/GtkStatusBox.xs 2006-09-17 05:44:22 UTC (rev 17292) @@ -20,7 +20,7 @@ gpointer data */ -MODULE = Gaim::GtkUI::StatusBox PACKAGE = Gaim::GtkUI::StatusBox PREFIX = gtk_gaim_status_box +MODULE = Gaim::GtkUI::StatusBox PACKAGE = Gaim::GtkUI::StatusBox PREFIX = gtk_gaim_status_box_ PROTOTYPES: ENABLE void This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |