Changeset 2056


Ignore:
Timestamp:
Jan 20, 2011 7:40:44 PM (13 years ago)
Author:
dkearney
Message:

adding more locations for htmlwidget to check for the clientaction program

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/htmlviewer.tcl

    r1943 r2056  
    168168itcl::body Rappture::HTMLviewer::followLink {url} {
    169169    if {[regexp -nocase {^https?://} $url]} {
    170         foreach prog {clientaction /apps/xvnc/bin/clientaction ""} {
     170        foreach prog {
     171                clientaction
     172                /apps/bin/clientaction
     173                /apps/xvnc/bin/clientaction
     174                /usr/lib/mw/bin/clientaction
     175                ""
     176        } {
    171177            if {"" != [auto_execok $prog]} {
    172178                break
Note: See TracChangeset for help on using the changeset viewer.