Skip to content

Commit

Permalink
display download URL in status-line
Browse files Browse the repository at this point in the history
Closes #33
  • Loading branch information
umlaeute committed Jun 16, 2015
1 parent cd0c25e commit 43cdf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deken-plugin.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ proc ::deken::initiate_search {mytoplevel} {
set tag ch$counter
set readable_date [regsub -all {[TZ]} $date { }]
$mytoplevel.results insert end "$title\n\tUploaded by $creator $readable_date\n\n" $tag
$mytoplevel.results tag bind $tag <Enter> "$mytoplevel.results tag configure $tag -foreground blue"
$mytoplevel.results tag bind $tag <Enter> "$mytoplevel.results tag configure $tag -foreground blue; ::deken::status $URL"
if {[::deken::architecture_match $filename]} {
$mytoplevel.results tag bind $tag <Leave> "$mytoplevel.results tag configure $tag -foreground black"
$mytoplevel.results tag configure $tag -foreground black
Expand Down

0 comments on commit 43cdf51

Please sign in to comment.