<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,7 +21,7 @@
 	return([_locations count]);
 }
 
-- (id)tableView:(NSTableView *)aTableView
+-tableView:(NSTableView *)aTableView
     objectValueForTableColumn:(NSTableColumn *)aTableColumn
     row:(int)rowIndex
 {
@@ -30,6 +30,19 @@
 	return(rv);
 }
 
+-(void)tableView:(NSTableView *)aTableView
+    setObjectValue:anObject
+    forTableColumn:(NSTableColumn *)aTableColumn
+    row:(int)rowIndex
+{
+	id theItem=[_locations objectAtIndex: rowIndex];
+	if([@&quot;active&quot; isEqual: [aTableColumn identifier]]) {
+		[theItem setActive: [anObject boolValue]];
+	} else {
+		NSLog(@&quot;Not editing column %@&quot;, [aTableColumn identifier]);
+	}
+}
+
 -(void)addItem: (Location *)loc
 {
 	[_locations addObject: loc];</diff>
      <filename>Locations.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8921e582b955248ffaf831d454b8b799b996148a</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dustin/photosync/commit/8cf830a645e7a948b2c1a2543096d9726b72b1bc</url>
  <id>8cf830a645e7a948b2c1a2543096d9726b72b1bc</id>
  <committed-date>2005-02-02T18:16:00-08:00</committed-date>
  <authored-date>2005-02-02T18:16:00-08:00</authored-date>
  <message>Added support for the active flag in the main list</message>
  <tree>b1406ddae837e053fae01b5727de370435c7da32</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
