antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/src/arshell arshell.c


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/src/arshell arshell.c
Date: Fri, 22 Oct 2004 13:26:44 -0400

CVSROOT:        /cvsroot/antiright
Module name:    antiright
Branch:         
Changes by:     Jeffrey Bedard <address@hidden> 04/10/22 17:21:16

Modified files:
        src/arshell    : arshell.c 

Log message:
        Tooltips are used if arshell.flags.force_tooltips is True.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/antiright/antiright/src/arshell/arshell.c.diff?tr1=1.7&tr2=1.8&r1=text&r2=text

Patches:
Index: antiright/src/arshell/arshell.c
diff -u antiright/src/arshell/arshell.c:1.7 antiright/src/arshell/arshell.c:1.8
--- antiright/src/arshell/arshell.c:1.7 Mon Aug 23 01:15:56 2004
+++ antiright/src/arshell/arshell.c     Fri Oct 22 17:21:16 2004
@@ -100,7 +100,7 @@
              antiright.arguments,
              antiright.arguments_int);
 #ifdef XmNtoolTipEnable
-  if(!override_is_set)
+  if(!override_is_set || arshell.flags.force_tooltips)
     {
       XtVaSetValues(antiright.parent_widget,
                    XmNtoolTipEnable, True,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]