ocarina/src/extra/extradefaults.py

21 lines
419 B
Python

#! /usr/bin/python
# To change this template, choose Tools | Templates
# and open the template in the editor.
__author__="bjschuma"
__date__ ="$Mar 15, 2010 9:56:53 PM$"
from ocarina import vars
import coredefaults
vars["$theme"] = "themes/simple.xml"
#vars["$theme"] = "themes/classic.xml"
vars["$artist"] = ""
vars["$album"] = ""
vars["$title"] = ""
vars["$filterText"] = ""
import guibuilder
from oGtk import *