Removed conflicting class "file"

Now sets the disc type every time a new file or title is created
This commit is contained in:
Sergio Costas 2014-07-11 23:40:21 +02:00
parent 2676ce1658
commit 6cb04b131e
5 changed files with 148 additions and 137 deletions

View file

@ -22,10 +22,10 @@ class ask_window:
def __init__(self,paths):
self.paths = paths
self.paths = paths
def run(self,text,title):
builder = Gtk.Builder()
builder.set_translation_domain("devede_ng")