commit 8bea2f5e1052844678e8867fcb82475cc5f7cff6 Author: Bastien Nocera Date: Fri Dec 11 16:23:44 2009 +0000 2.28.5 NEWS | 8 ++++++++ configure.in | 3 ++- 2 files changed, 10 insertions(+), 1 deletions(-) commit 0ec3c6c821cd36aaaf8ae645e763b6d39c8c2c06 Author: Bastien Nocera Date: Fri Dec 11 16:23:27 2009 +0000 Fix distclean trying to clean browser-plugin/ twice Makefile.am | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 226061c79b903534f5e3c78da13c25a4eb498625 Author: Bastien Nocera Date: Mon Nov 30 18:48:51 2009 +0000 Fix distchecking problems with the nautilus extension Makefile.am | 2 +- configure.in | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) commit 44068ed3e463c519885d561a3941fb049f613bf7 Author: Bastien Nocera Date: Fri Dec 11 15:39:11 2009 +0000 Fix documentation checks failing docs/reference/Makefile.am | 6 +++++- docs/reference/totem-sections.txt | 9 +++++---- src/backend/bacon-video-widget-gst-0.10.c | 28 +++++++++++++++++++++++----- src/backend/bacon-video-widget.h | 6 ++---- src/totem-object.c | 2 +- 5 files changed, 36 insertions(+), 15 deletions(-) commit 42eced7002ebb699fe2753b3adf652e686ab0552 Author: Bastien Nocera Date: Thu Dec 10 02:32:25 2009 +0000 Fix packing of the label in the status bar src/totem-statusbar.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 42a3406e41c032f44d4052edd5e72a769dd6c45f Author: Bastien Nocera Date: Mon Dec 7 11:51:56 2009 +0000 Fix translation of skip menu items in RTL languages https://bugzilla.gnome.org/show_bug.cgi?id=603604 src/totem-menu.c | 11 +++++------ 1 files changed, 5 insertions(+), 6 deletions(-) commit 86337009f2ba30ea21a30042189fa3e1fe62ce69 Author: Christian Persch Date: Mon Nov 16 14:55:00 2009 +0100 Use gtk_statusbar_get_message_area() Just the the provided hbox, instead of performing widget surgery. Bug #602096. src/totem-statusbar.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit c4af509a8c86435b24dc2e2f0e0bada822a06c50 Author: Philip Withnall Date: Sat Nov 21 20:48:42 2009 +0000 Bug 602497 — Progress bar doesn't stop if there are no search results Ensure the YouTube progress bar stops once a search is finished, even if there are no results. Closes: bgo#602497 src/plugins/youtube/totem-youtube.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-)