rhythmbox r6206 - in trunk: . shell



Author: jmatthew
Date: Fri Mar 13 01:44:52 2009
New Revision: 6206
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6206&view=rev

Log:
2009-03-13  Jonathan Matthew  <jonathan d14n org>

	* shell/rb-source-header.c: (rb_source_state_sync):
	When we see a source for the first time, set its search text to the
	empty string, rather than NULL.  Fixes #575089.


Modified:
   trunk/ChangeLog
   trunk/shell/rb-source-header.c

Modified: trunk/shell/rb-source-header.c
==============================================================================
--- trunk/shell/rb-source-header.c	(original)
+++ trunk/shell/rb-source-header.c	Fri Mar 13 01:44:52 2009
@@ -701,6 +701,7 @@
 				   header);
 
 		state = g_new0 (SourceState, 1);
+		state->search_text = g_strdup ("");
 		g_hash_table_insert (header->priv->source_states,
 				     header->priv->selected_source,
 				     state);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]