summaryrefslogtreecommitdiff
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
commitc1bfacdf2b9ffc6381c3794b4816239bff3831bc (patch)
tree0565519af18e55dfaf9b90949f23e132917169f2
parent4ff783d18802d1334d1b06141132d9fe138a2927 (diff)
downloadvdr-plugin-muggle-c1bfacdf2b9ffc6381c3794b4816239bff3831bc.tar.gz
vdr-plugin-muggle-c1bfacdf2b9ffc6381c3794b4816239bff3831bc.tar.bz2
fixed partial checkin of kOK for start of CreateCollection
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@350 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--mg_actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mg_actions.h b/mg_actions.h
index cb0602c..ecb5913 100644
--- a/mg_actions.h
+++ b/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