projects
/
tkcon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4807d91
)
Removed debugging output
author
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sun, 24 Jan 2010 01:25:26 +0000
(
01:25
+0000)
committer
Pat Thoyts
<patthoyts@users.sourceforge.net>
Sun, 24 Jan 2010 01:25:26 +0000
(
01:25
+0000)
tkcon.tcl
patch
|
blob
|
history
diff --git
a/tkcon.tcl
b/tkcon.tcl
index 725007b19b193aee0a0afa7a064f58b036b48c72..f41da67c1bf3aedd900d6ecd82473247242dbfb1 100755
(executable)
--- a/
tkcon.tcl
+++ b/
tkcon.tcl
@@
-717,7
+717,6
@@
proc ::tkcon::locate_xdg_icon {name} {
foreach dir $dirs {
foreach path [list icons icons/hicolor/48x48/apps] {
set path [file join $dir $path $name]
- puts "$path [file exists $path]"
if {[file exists $path]} {
return $path
}