GNOME Bugzilla – Bug 125903
Window size problem
Last modified: 2004-12-22 21:47:04 UTC
When totem is run the window size is the same size as previous and the window can't be made smaller. Run totem, set the window for a size you like and exit. The next time totem is up the window is the same size and can't be set smaller.
*** Bug 125848 has been marked as a duplicate of this bug. ***
Marking bug #125848 as a duplicate of this bug was an error.
*** Bug 127171 has been marked as a duplicate of this bug. ***
Mass reassign.
*** Bug 149770 has been marked as a duplicate of this bug. ***
Fixed now in the GStreamer and xine backends. 2004-10-07 Bastien Nocera <hadess@hadess.net> * src/bacon-video-widget-xine.c: (bacon_video_widget_new), (bacon_video_widget_size_request), (bacon_video_widget_set_scale_ratio): use totem_widget_set_preferred_size and only set the minimum size, so that we can still shrink the toplevel window after zooming to a big size (Closes: #125903) 2004-10-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net> * src/bacon-video-widget-gst.c: (bacon_video_widget_set_scale_ratio): Actually do that, rather than just shrinking to a small size.