# HG changeset patch # User ib # Date 1354530191 0 # Node ID f30b45bafb82b7386166437aa6918c56cb7256a5 # Parent 1a82d83c00eb51e243aff40aa601175b771fde90 Don't overwrite video size information. The information about the just now played video shall remain. Reported by Hans-Dieter Kosch, hdkosch kabelbw de. diff -r 1a82d83c00eb -r f30b45bafb82 gui/interface.c --- a/gui/interface.c Mon Dec 03 10:20:46 2012 +0000 +++ b/gui/interface.c Mon Dec 03 10:23:11 2012 +0000 @@ -816,8 +816,6 @@ if (gtkShowVideoWindow) { guiInfo.VideoWindow = True; - guiInfo.VideoWidth = guiApp.video.width; - guiInfo.VideoHeight = guiApp.video.height; if (!guiApp.videoWindow.isFullScreen) { wsResizeWindow(&guiApp.videoWindow, guiApp.video.width, guiApp.video.height);