--- LiveJournalController.m	22 Mar 2002 21:11:00 -0000	1.92
+++ LiveJournalController.m	25 Mar 2002 03:35:27 -0000
@@ -1912,6 +1912,7 @@
     NSString *myKey;
     NSString *theItem;
     NSString *theValue;
+    NSString *whichJournal;
 
     // turn on delete button
     [deleteEntry setTransparent: NO];
@@ -1922,6 +1923,10 @@
 
     myContent = [NSString stringWithFormat: @"mode=getevents&user=%@&hpassword=%@&selecttype=one&itemid=-1&lineendings=unix",
         ljLogin, ljPassword];
+    
+    whichJournal = [activeJournalPopUpButton titleOfSelectedItem];
+    if (![whichJournal isEqualToString: ljLogin])
+        myContent = [myContent stringByAppendingFormat: @"&usejournal=%@", whichJournal];
 
     [LiveJournalController updateStatusBar: statusTextField withStatus:@"Fetching last entry..."];
     postResult = [self sendString: myContent];
