gnome-control-center r8878 - trunk/capplets/sound



Author: jensg
Date: Thu Aug 21 16:04:15 2008
New Revision: 8878
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8878&view=rev

Log:
2008-08-21  Jens Granseuer  <jensgr gmx net>

	Patch by: Brian Cameron <brian cameron sun com>

	* sound-theme.c: (set_combox_for_theme_name): trying to print NULL
	strings crashes on Solaris (bug #548586)


Modified:
   trunk/capplets/sound/ChangeLog
   trunk/capplets/sound/sound-theme.c

Modified: trunk/capplets/sound/sound-theme.c
==============================================================================
--- trunk/capplets/sound/sound-theme.c	(original)
+++ trunk/capplets/sound/sound-theme.c	Thu Aug 21 16:04:15 2008
@@ -227,7 +227,7 @@
 	GtkTreeModel *model;
 	gboolean found;
 
-	g_debug ("setting theme %s", name);
+	g_debug ("setting theme %s", name ? name : "(null)");
 
 	/* If the name is empty, use "freedesktop" */
 	if (name == NULL || *name == '\0')



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