diff options
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 33c6e25fa..18fce38a4 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -1199,13 +1199,13 @@ list = hb_get_titles( fHandle ); /* use the outlets to the main menu bar to determine what to enable and disable */ [fMenuOpenSource setEnabled: YES]; + [fMenuQueuePanelShow setEnabled: YES]; /* if we have a title loaded up */ if ([[fSrcDVD2Field stringValue] length] > 0) { [fMenuAddToQueue setEnabled: YES]; [fMenuStartEncode setEnabled: YES]; [fMenuPicturePanelShow setEnabled: YES]; - [fMenuQueuePanelShow setEnabled: YES]; [self enableUI: YES]; } } |