freebsd-ports/devel/p5-Cdk/files/patch-ad
Vanilla I. Shu 3383bc307d 1: Fixes shared library dependency and adapts api changes of the underlying
library, devel/cdk.
2: reset MAINTAINER to ports@

PR:		ports/47712
Submitted by:	maintainer.
2003-02-06 06:22:27 +00:00

12 lines
387 B
Text

--- demos/rolodex.orig Fri Dec 11 03:03:35 1998
+++ demos/rolodex Fri Jan 31 15:34:45 2003
@@ -22,7 +22,8 @@
# Create the menu object.
my $menu = new Cdk::Menu ('Menulist' => $menulist, 'Menuloc' => $menuloc);
-$menu->draw();
+#$menu->draw("Box" => "FALSE");
+$menu->activate(0);
# Create the title.
my @title = ("<C></16/U>Cdk/Perl5 Rolodex", "<C></16>Written by Mike Glover");