From 41fe8530d1c1c83e1db207dae2f0be83e7426ce9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 3 Sep 2004 23:55:25 +0000 Subject: show size of sample cache in stat window show size in sample window git-svn-id: file:///home/lennart/svn/public/paman/trunk@28 cdefa82f-4ce1-0310-97f5-ab6066f37c3c --- src/StatWindow.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/StatWindow.hh') diff --git a/src/StatWindow.hh b/src/StatWindow.hh index 092404a..f3461f0 100644 --- a/src/StatWindow.hh +++ b/src/StatWindow.hh @@ -17,7 +17,8 @@ public: Gtk::Label *totalLabel, *totalSizeLabel, *allocatedLabel, - *allocatedSizeLabel; + *allocatedSizeLabel, + *sampleCacheLabel; Gtk::Button *closeButton, *refreshButton; -- cgit