Removed gtkmm call to unset_model()
commit28cbe2cdcf3481ed174d0b05a367b8c7539e6e96
authorChris Frey <cdfrey@foursquare.net>
Wed, 8 Jul 2009 00:05:05 +0000 (7 20:05 -0400)
committerChris Frey <cdfrey@foursquare.net>
Wed, 8 Jul 2009 00:05:05 +0000 (7 20:05 -0400)
tree5d6362474c0ee07b90ac24e1204047a4ac7b0793
parent3650f3c4b8376bbb708c179f4886d2d143f0d606
Removed gtkmm call to unset_model()

The function unset_model() is only available in gtkmm 2.16, and
Debian Lenny only has 2.12, and won't compile.  Since set_model()
automatically does the unset for us, just reorganize the calls
so Lenny is supported.
gui/src/BackupWindow.cc