<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -154,6 +154,7 @@
 - imageDictionaryAtIndex:(unsigned int)fp12;
 - (float)imageAspectRatioAtIndex:(unsigned int)fp12;
 - selectedAlbums;
+- albumComments;
 - albumName;
 - albumMusicPath;
 - (unsigned int)albumCount;</diff>
      <filename>Source/iPhotoExporter.h</filename>
    </modified>
    <modified>
      <diff>@@ -305,10 +305,18 @@ static int loggingIn;
         [nameFormatter release];
     }
     
+    // Get defaults for the Title and Description fields (thx Nathaniel Gray)
+    NSString *currAlbum, *currComments = nil;
+    currAlbum = [exportManager albumName];
+    currAlbum = currAlbum ? currAlbum : @&quot;&quot;;
+    if ([exportManager respondsToSelector:@selector(albumComments)])
+        currComments = [exportManager albumComments];
+    currComments = currComments ? currComments : @&quot;&quot;;
+    
     [albumSettingsPanel makeFirstResponder:albumSettingsTitleField];
-    [albumSettingsTitleField setStringValue:@&quot;&quot;];
+    [albumSettingsTitleField setStringValue:currAlbum];
     [albumSettingsNameField setStringValue:@&quot;&quot;];
-    [albumSettingsDescriptionField setString:@&quot;&quot;];
+    [albumSettingsDescriptionField setString:currComments];
     
     // populate the &quot;nested in&quot; popup
     [albumSettingsNestedInPopup removeAllItems];</diff>
      <filename>Source/iPhotoToGallery.m</filename>
    </modified>
    <modified>
      <diff>@@ -524,7 +524,12 @@
 			buildSettings = {
 				CURRENT_PROJECT_VERSION = 2;
 				FRAMEWORK_SEARCH_PATHS = Frameworks/;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_VERSION_i386 = 4.0;
+				GCC_VERSION_ppc = 3.3;
 				MACOSX_DEPLOYMENT_TARGET = 10.2;
+				MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
+				MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
 				OTHER_LDFLAGS = (
 					&quot;-weak_framework&quot;,
 					Quartz,</diff>
      <filename>iPhotoToGallery.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>03cd902cf0a855aa5ac4830fea886a7a3aa59650</id>
    </parent>
  </parents>
  <author>
    <name>zwily</name>
    <email>zwily@49005c40-f3f4-0310-a958-d65eefcbef40</email>
  </author>
  <url>http://github.com/zwily/iphototogallery/commit/d21516d307aa49d1c913ea812c3cf65dac352f31</url>
  <id>d21516d307aa49d1c913ea812c3cf65dac352f31</id>
  <committed-date>2008-05-03T09:01:47-07:00</committed-date>
  <authored-date>2007-06-07T19:49:15-07:00</authored-date>
  <message>fix debug build; pre-populate new album settings with info from current album</message>
  <tree>f4dd35dfd08802057bc34d16d840fa1548ae38a6</tree>
  <committer>
    <name>Zach Wily</name>
    <email>zach@zwily.com</email>
  </committer>
</commit>
