summaryrefslogtreecommitdiff
path: root/muggle-plugin
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-12 10:58:58 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-01-12 10:58:58 +0000
commit2ff9a0ab34e3e0f2be3e587f673095ccf4787139 (patch)
treef1cde9087543d1ffa6dc4b7db49b87e0ce78c0f1 /muggle-plugin
parent7590af7afe23ecaace369801f312bba7d5366da7 (diff)
downloadvdr-plugin-muggle-2ff9a0ab34e3e0f2be3e587f673095ccf4787139.tar.gz
vdr-plugin-muggle-2ff9a0ab34e3e0f2be3e587f673095ccf4787139.tar.bz2
fixed partial checkin of kOK for start of CreateCollection
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@350 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin')
-rw-r--r--muggle-plugin/mg_actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/muggle-plugin/mg_actions.h b/muggle-plugin/mg_actions.h
index cb0602c..ecb5913 100644
--- a/muggle-plugin/mg_actions.h
+++ b/muggle-plugin/mg_actions.h
@@ -163,6 +163,7 @@ class mgCreateCollection:public cMenuEditStrItem, public mgAction
void Execute ();
const char *MenuName (const unsigned int idx=0,const string value="");
private:
+ bool Editing();
char value[30];
};
#endif