gui: Added a wrapper around pStatusbar->push() to avoid...
commit8456b5b1b0caf5512fa399aa14192dd3b0f69f26
authorChris Frey <cdfrey@foursquare.net>
Tue, 1 Sep 2009 03:38:51 +0000 (31 23:38 -0400)
committerChris Frey <cdfrey@foursquare.net>
Tue, 1 Sep 2009 03:38:51 +0000 (31 23:38 -0400)
treefd66426cade556abf3ad30b39c08bf82f8e5bb2b
parent091bf83da9fea889fe6a422ae7ca33949803c4c0
gui: Added a wrapper around pStatusbar->push() to avoid...

... the never ending push syndrome.  Gtk::Statusbar only has
push() for setting new messages, but currently the app doesn't
use it like a stack as intended.  This function wrapper
removes the previous message when pushing a new one.
gui/src/BackupWindow.cc
gui/src/BackupWindow.h