mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
3383bc307d
library, devel/cdk. 2: reset MAINTAINER to ports@ PR: ports/47712 Submitted by: maintainer.
13 lines
387 B
Plaintext
13 lines
387 B
Plaintext
--- 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");
|