~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to Gui/app.c

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:47:54 UTC
  • Revision ID: siretart@tauware.de-20060708084754-c3ff228cc9c2d8de
upgrade to pre8

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
listItems   appMPlayer;
76
76
 
 
77
/* FIXME: Eventually remove the obsolete directory names. */
77
78
char      * skinDirInHome=NULL;
 
79
char      * skinDirInHome_obsolete=NULL;
78
80
char      * skinMPlayerDir=NULL;
 
81
char      * skinMPlayerDir_obsolete=NULL;
79
82
char      * skinName = NULL;
80
83
 
81
84
void appClearItem( wItem * item )