]> git.sur5r.net Git - bacula/bacula/commit
The earlier fix of populated and populating was causing some issues with
authorDirk H Bartley <dbartley@schupan.com>
Sun, 28 Sep 2008 18:12:29 +0000 (18:12 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sun, 28 Sep 2008 18:12:29 +0000 (18:12 +0000)
commit7df0159be9beab25366d4997e1193518e5db6873
treef79ede7d54799b43bb07c791b8dc2c5d7c0d481b
parentba8350b1e48b1de5114e46f0490fa7294f0a29b9
The earlier fix of populated and populating was causing some issues with
app->processEvents(); in the console class.  This would trigger the population
again.  Now I am trying setting populated early.  We will see what goes wrong
here.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7660 91ce42f0-d328-0410-95d8-f526ca767f89
12 files changed:
bacula/src/qt-console/clients/clients.cpp
bacula/src/qt-console/clients/clients.h
bacula/src/qt-console/fileset/fileset.cpp
bacula/src/qt-console/fileset/fileset.h
bacula/src/qt-console/joblist/joblist.cpp
bacula/src/qt-console/joblist/joblist.h
bacula/src/qt-console/jobs/jobs.cpp
bacula/src/qt-console/jobs/jobs.h
bacula/src/qt-console/medialist/medialist.cpp
bacula/src/qt-console/medialist/medialist.h
bacula/src/qt-console/storage/storage.cpp
bacula/src/qt-console/storage/storage.h