Tracks should not check ardour.org for announcements nor should it pingback to ardour.org.

Thought it might be fun to let it ...
This commit is contained in:
Paul Davis 2015-01-24 10:43:23 -05:00
parent f8996e50c6
commit a6d0ebc0eb

View file

@ -777,7 +777,7 @@ ARDOUR_UI::starting ()
app->ShouldQuit.connect (sigc::mem_fun (*this, &ARDOUR_UI::queue_finish));
app->ShouldLoad.connect (sigc::mem_fun (*this, &ARDOUR_UI::idle_load));
if (ARDOUR_COMMAND_LINE::check_announcements) {
if (!Profile->get_trx() && ARDOUR_COMMAND_LINE::check_announcements) {
check_announcements ();
}