Skip to content

Commit

Permalink
Fixed a bug when doing a preview from the "Menu options" window (than…
Browse files Browse the repository at this point in the history
…ks to TommyDKat)
  • Loading branch information
Sergio Costas committed Jun 17, 2012
1 parent 71fb3f8 commit 239ab68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes from 3.22.0

Fixed a bug when doing preview from the "menu options" window (thanks to Tommydkat)

--------- TODO --------------

Expand Down
2 changes: 1 addition & 1 deletion devede
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import shutil
import pickle
import cairo

print "DeVeDe 3.22.0"
print "DeVeDe 3.22.1"
if (sys.platform!="win32") and (sys.platform!="win64"):
try:
print "Locale: "+str(os.environ["LANG"])
Expand Down
1 change: 1 addition & 0 deletions devede_dvdmenu.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def on_menu_preview_clicked(self,widget):
global_vars2["with_menu"]=True
global_vars2["AC3_fix"]=self.global_vars["AC3_fix"]
global_vars2["use_ffmpeg"]=self.global_vars["use_ffmpeg"]
global_vars2["use_ffmpeg_menu"]=self.global_vars["use_ffmpeg_menu"]
self.set_new_bg(global_vars2)
window=menu_preview(self.gladefile,self.structure,global_vars2)
window=None
Expand Down

0 comments on commit 239ab68

Please sign in to comment.