rhythmbox r6123 - in trunk: . sources
- From: jmatthew svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: rhythmbox r6123 - in trunk: . sources
 
- Date: Tue,  6 Jan 2009 00:20:56 +0000 (UTC)
 
Author: jmatthew
Date: Tue Jan  6 00:20:56 2009
New Revision: 6123
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6123&view=rev
Log:
2009-01-06  Jonathan Matthew  <jonathan d14n org>
	* sources/rb-library-source.c:
	(rb_library_source_format_changed_cb):
	Update the example file path when the selected encoding profile
	changes.  Fixes #566621.
Modified:
   trunk/ChangeLog
   trunk/sources/rb-library-source.c
Modified: trunk/sources/rb-library-source.c
==============================================================================
--- trunk/sources/rb-library-source.c	(original)
+++ trunk/sources/rb-library-source.c	Tue Jan  6 00:20:56 2009
@@ -120,6 +120,7 @@
 						   RBLibrarySource *source);
 static void rb_library_source_format_changed_cb (GtkWidget *widget,
 						 RBLibrarySource *source);
+static void layout_example_label_update (RBLibrarySource *source);
 
 #define CONF_UI_LIBRARY_DIR CONF_PREFIX "/ui/library"
 #define CONF_STATE_LIBRARY_DIR CONF_PREFIX "/state/library"
@@ -759,6 +760,8 @@
 
 	profile = gm_audio_profile_choose_get_active (widget);
 	eel_gconf_set_string (CONF_LIBRARY_PREFERRED_FORMAT, gm_audio_profile_get_id (profile));
+	
+	layout_example_label_update (source);
 }
 
 /**
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]