Index: /trunk/Ohana/src/opihi/pantasks/ipptool2book.c
===================================================================
--- /trunk/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 11333)
+++ /trunk/Ohana/src/opihi/pantasks/ipptool2book.c	(revision 11334)
@@ -179,4 +179,9 @@
       }
 
+      // add the fixed words to the page
+      for (i = 0; i < setWordN; i++) {
+	BookSetWord (page, setWordList[i], setWordValue[i]);
+      }
+
       if (Unique) {
 	/* search for an existing page with this name
@@ -196,9 +201,4 @@
       }
 
-      // add the fixed words to the page
-      for (i = 0; i < setWordN; i++) {
-	BookSetWord (page, setWordList[i], setWordValue[i]);
-      }
-
       onPage = FALSE;
       continue;
