From: Dirk H Bartley Date: Sun, 25 Mar 2007 15:05:08 +0000 (+0000) Subject: dhb I have the issue of m_medialist and m_brestore resolved. The only one X-Git-Tag: Release-2.2.0~860 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f225ebdb8565126cc04fc93f9e64e5fe1bbe4db9;p=bacula%2Frescue dhb I have the issue of m_medialist and m_brestore resolved. The only one used was the m_medialist to populate after the console connected. So now I created a virtual function for clicked and double clicked in BatStack. All classes that want to do something based on a click in it's widget in the page selector can just use the virtual function. So in medialist, a single click will populate if not populated, and a double will repopulate from a clear. ---