[gaim-migrate @ 17293]

Sun, 17 Sep 2006 06:30:12 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Sun, 17 Sep 2006 06:30:12 +0000
changeset 14631
6d58706a3eaa
parent 14630
a43b557ff764
child 14632
1065e298234d

[gaim-migrate @ 17293]
Here's the oops connected to my big commit, I knew there would be at least
one. Fix the main gtkperl module bootstrap stuff.

gtk/plugins/perl/common/GtkUI.xs file | annotate | diff | comparison | revisions
--- a/gtk/plugins/perl/common/GtkUI.xs	Sun Sep 17 05:44:22 2006 +0000
+++ b/gtk/plugins/perl/common/GtkUI.xs	Sun Sep 17 06:30:12 2006 +0000
@@ -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:

mercurial