Skip to content

Commit 1d406eb

Browse files
author
Henry Rachootin
committed
made request* work with new tkInter style. They are no longer transient
1 parent 7a879f6 commit 1d406eb

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

src/mymedia.pyc

-33 Bytes
Binary file not shown.

src/test.py

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
path6 = 'C:\\Users\\Henry\\Documents\\LiClipse Workspace\\jes\\tests\\test-sounds\\g722.aifc' #shouldn't work, aifc not supported
1515
path7 = 'C:\\Users\\Henry\\Documents\\LiClipse Workspace\\jes\\tests\\test-sounds\\acidisneeded.aif'
1616

17+
print requestString("test")
18+
1719
sound = makeSound(path)
1820
explore(sound)
1921
quit()

src/tkSimpleDialog.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class Dialog(tk.Toplevel):
66
def __init__(self, parent, title = None):
77

88
tk.Toplevel.__init__(self, parent)
9-
self.transient(parent)
109

1110
if title:
1211
self.title(title)

src/tkSimpleDialog.pyc

-29 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)