Commit b9d34123 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: Make sure we update the information panel, if the playlist changes.

We shouldn't think that we are the only one who can change the pl ;-)
parent 16c8c42c
......@@ -478,6 +478,8 @@
[o_status_field setStringValue: _NS("1 item")];
}
vlc_object_release( p_playlist );
[self outlineViewSelectionDidChange: nil];
}
- (void)playModeUpdated
......@@ -655,7 +657,6 @@
}
}
}
}
- (IBAction)savePlaylist:(id)sender
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment