From 1b0b9e4b951e305d47bb011fc4e198472bb3fecf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Mar 2015 22:25:57 +0000 Subject: Hand-apply 33b76b675d747fd828aba91d9d857227cb8a8244 from master; make sure signals are disconnected in the right places. --- src/wx/content_menu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/wx/content_menu.cc') diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index 3bdaf2591..749337b75 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2013 Carl Hetherington + Copyright (C) 2013-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -209,7 +209,7 @@ ContentMenu::find_missing () shared_ptr j (new ExamineContentJob (film, content)); - j->Finished.connect ( + _job_connection = j->Finished.connect ( bind ( &ContentMenu::maybe_found_missing, this, -- cgit v1.2.3