SOURCES: wApua-popup.patch (NEW) - change window Menu type from "p...

chomar chomar at pld-linux.org
Sat Feb 4 14:27:23 CET 2006


Author: chomar                       Date: Sat Feb  4 13:27:23 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- change window Menu type from "popup" to "tearoff"
  witch Menu type "popup" wApua not runing

---- Files affected:
SOURCES:
   wApua-popup.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wApua-popup.patch
diff -u /dev/null SOURCES/wApua-popup.patch:1.1
--- /dev/null	Sat Feb  4 14:27:23 2006
+++ SOURCES/wApua-popup.patch	Sat Feb  4 14:27:18 2006
@@ -0,0 +1,13 @@
+diff -urN wApua-0.05.orig/bin/wApua wApua-0.05/bin/wApua
+--- wApua-0.05.orig/bin/wApua	2006-02-04 13:14:39.000000000 +0000
++++ wApua-0.05/bin/wApua	2006-02-04 13:16:37.000000000 +0000
+@@ -777,8 +777,7 @@
+ 
+ ### PopUp-Menu
+ 
+-my $popup = $window->Menu(-type => "popup",
+-			  -tearoff => 0,
++my $popup = $window->Menu(-type => "tearoff",
+ 			  -popover => 'cursor',
+ 			  -font => $softbuttonfont,
+ 			  @menucolors);
================================================================


More information about the pld-cvs-commit mailing list