summaryrefslogtreecommitdiffstats
path: root/src/StatWindow.hh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-03 23:55:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-03 23:55:25 +0000
commit41fe8530d1c1c83e1db207dae2f0be83e7426ce9 (patch)
treed705ea490b2927ad5f61d424028def22289e5b9a /src/StatWindow.hh
parent2b3c1967c118346c1d73491877cc346e142191e3 (diff)
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
Diffstat (limited to 'src/StatWindow.hh')
-rw-r--r--src/StatWindow.hh3
1 files changed, 2 insertions, 1 deletions
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;