sivarajankumar / plutocracy

Automatically exported from code.google.com/p/plutocracy
GNU General Public License v2.0
0 stars 1 forks source link

Entry widgets waste memory #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Entry widgets carry around their full entry history even when they are not
configured to refer to it. A new widget should be derived from simple entry
widgets that has a history and the basic entry widget should no longer have
one.

Original issue reported on code.google.com by risu...@gmail.com on 25 Jul 2008 at 6:36

GoogleCodeExporter commented 8 years ago
Derived a new widget, i_history_entry_t, that keeps the entry widget's history.
Committed in r377.

Original comment by risu...@gmail.com on 28 Jul 2008 at 8:03