--- LiveJournal/LiveJournalController.m	22 Mar 2002 21:11:00 -0000	1.92
+++ LiveJournal/LiveJournalController.m	24 Mar 2002 00:36:53 -0000
@@ -1920,8 +1920,8 @@
     // turn off journal popup because we can't change the journal
     [activeJournalPopUpButton setEnabled: NO];
 
-    myContent = [NSString stringWithFormat: @"mode=getevents&user=%@&hpassword=%@&selecttype=one&itemid=-1&lineendings=unix",
-        ljLogin, ljPassword];
+    myContent = [NSString stringWithFormat: @"mode=getevents&user=%@&hpassword=%@&usejournal=%@&selecttype=one&itemid=-1&lineendings=unix",
+        ljLogin, ljPassword, [activeJournalPopUpButton titleOfSelectedItem]];
 
     [LiveJournalController updateStatusBar: statusTextField withStatus:@"Fetching last entry..."];
     postResult = [self sendString: myContent];
