summaryrefslogtreecommitdiff
path: root/muggle-plugin/gd_content_interface.c
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-03 00:13:24 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2004-02-03 00:13:24 +0000
commitaf7b2e5e4460cc0ae87d5af436590278381b68a0 (patch)
treed42c81ccc978181359c06efe68e42d4319a12370 /muggle-plugin/gd_content_interface.c
parent0cfe4951d3e16fc51a44dcd150090aeae03d1963 (diff)
downloadvdr-plugin-muggle-af7b2e5e4460cc0ae87d5af436590278381b68a0.tar.gz
vdr-plugin-muggle-af7b2e5e4460cc0ae87d5af436590278381b68a0.tar.bz2
Improved OSD handling of collapse/back
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@23 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/gd_content_interface.c')
-rw-r--r--muggle-plugin/gd_content_interface.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/muggle-plugin/gd_content_interface.c b/muggle-plugin/gd_content_interface.c
index 7b7d15e..2727f4d 100644
--- a/muggle-plugin/gd_content_interface.c
+++ b/muggle-plugin/gd_content_interface.c
@@ -3,10 +3,10 @@
* \brief Data Objects for content (e.g. mp3 files, movies)
* for the vdr muggle plugindatabase
********************************************************************
- * \version $Revision: 1.6 $
- * \date $Date: 2004/02/02 22:48:04 $
+ * \version $Revision: 1.7 $
+ * \date $Date: 2004/02/03 00:13:24 $
* \author Ralf Klueber, Lars von Wedel, Andreas Kellner
- * \author file owner: $Author: MountainMan $
+ * \author file owner: $Author: LarsAC $
*
* DUMMY
* Implements main classes of for content items and interfaces to SQL databases
@@ -40,7 +40,7 @@ int GdInitDatabase(MYSQL *db)
}
if(mysql_real_connect(db,"localhost","root","",
- "GiantDisc",0,NULL,0) == NULL)
+ "GiantDisc2",0,NULL,0) == NULL)
{
return -2;
}
@@ -1199,6 +1199,9 @@ mgContentItem* GdTreeNode::getSingleTrack()
/* -------------------- begin CVS log ---------------------------------
* $Log: gd_content_interface.c,v $
+ * Revision 1.7 2004/02/03 00:13:24 LarsAC
+ * Improved OSD handling of collapse/back
+ *
* Revision 1.6 2004/02/02 22:48:04 MountainMan
* added CVS $Log
*