<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,7 +3,7 @@ catch {package require tile}
 if [catch {ttk::setTheme tilegtk}] {
 	catch {ttk::setTheme tileqt}
 }
-catch {namespace import -force ttk::*}
+#catch {namespace import -force ttk::*}
 source scrollable.tcl
 
 # Get the main scrollable canvas
@@ -35,10 +35,12 @@ set pkgs [split [exec search/search &quot;&quot;] &quot;\n&quot;]
 set i 0
 foreach {item} $pkgs {
 	regexp {^(.)\s+(.+?)\s+(.+?)\s+(.+)$} $item matches status name version desc
-	set cb [checkbutton ${canvas}.frame.check$i]
-	set icon [canvas $canvas.frame.icon$i -height 24 -width 24 -background blue]
-	set name [label ${canvas}.frame.desc$i -text $name]
-	set desc [label ${canvas}.frame.longer$i -text $desc]
+	frame ${canvas}.frame.row$i -highlightbackground &quot;#abc&quot; -highlightthickness 2 -background blue
+	pack ${canvas}.frame.row$i -side top -fill x
+	set cb [checkbutton ${canvas}.frame.row$i.check]
+	set icon [canvas $canvas.frame.row$i.icon -height 24 -width 24 -background blue]
+	set name [label ${canvas}.frame.row$i.desc -text $name]
+	set desc [label ${canvas}.frame.row$i.longer -text $desc]
 	# Invoke may be ttk only... may need to catch that
 	if {$status == &quot;U&quot; || $status == &quot;I&quot;} {$cb invoke}
 	grid $cb -column 0 -rowspan 2 -padx 5 -row $i</diff>
      <filename>market/gui.tcl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c1ecb9bbae9346643ea0efe2a0d65bf5d148a0b0</id>
    </parent>
  </parents>
  <author>
    <name>Stephen Paul Weber</name>
    <email>singpolyma@singpolyma.net</email>
  </author>
  <url>http://github.com/singpolyma/xgame/commit/859da8947d9ebdadd4df9e6a5e5de66ab81e1171</url>
  <id>859da8947d9ebdadd4df9e6a5e5de66ab81e1171</id>
  <committed-date>2009-01-04T10:49:50-08:00</committed-date>
  <authored-date>2009-01-04T10:49:50-08:00</authored-date>
  <message>trying to highlight</message>
  <tree>27909d961a29f526dec27789dab49015ca7c6c97</tree>
  <committer>
    <name>Stephen Paul Weber</name>
    <email>singpolyma@singpolyma.net</email>
  </committer>
</commit>
