From: <de...@us...> - 2006-09-17 06:30:17
|
Revision: 17293 http://svn.sourceforge.net/gaim/?rev=17293&view=rev Author: deryni9 Date: 2006-09-16 23:30:12 -0700 (Sat, 16 Sep 2006) Log Message: ----------- Here's the oops connected to my big commit, I knew there would be at least one. Fix the main gtkperl module bootstrap stuff. Modified Paths: -------------- trunk/gtk/plugins/perl/common/GtkUI.xs Modified: trunk/gtk/plugins/perl/common/GtkUI.xs =================================================================== --- trunk/gtk/plugins/perl/common/GtkUI.xs 2006-09-17 05:44:22 UTC (rev 17292) +++ trunk/gtk/plugins/perl/common/GtkUI.xs 2006-09-17 06:30:12 UTC (rev 17293) @@ -47,7 +47,7 @@ GAIM_PERL_BOOT_PROTO(GtkUI__Utils); GAIM_PERL_BOOT_PROTO(GtkUI__Xfer); -MODULE = Gaim::Gtk PACKAGE = Gaim::Gtk PREFIX = gaim_gtk_ +MODULE = Gaim::GtkUI PACKAGE = Gaim::GtkUI PREFIX = gaim_gtk_ PROTOTYPES: ENABLE BOOT: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |