diff Plugins/Visualization/libvisual-proxy/lv_bmp_config.c @ 375:244cc47a7ae3 trunk

[svn] We have no choice but to continue as planned. Deploy the sentinels!
author chainsaw
date Sun, 01 Jan 2006 05:09:47 -0800
parents bd81a73eadff
children
line wrap: on
line diff
--- a/Plugins/Visualization/libvisual-proxy/lv_bmp_config.c	Sun Jan 01 04:57:22 2006 -0800
+++ b/Plugins/Visualization/libvisual-proxy/lv_bmp_config.c	Sun Jan 01 05:09:47 2006 -0800
@@ -511,7 +511,7 @@
 		g_list_free (items);
 
 		/* Create a new item marked as enabled */
-		name = g_strconcat (current_actor->info->name, _(" (enabled)"), 0);
+		name = g_strconcat (current_actor->info->name, _(" (enabled)"), NULL);
 		item = gtk_list_item_new_with_label (name);
 		g_free (name);
 		/*gtk_list_select_item (GTK_LIST(config_win->list_vis_plugins), pos);*/
@@ -577,7 +577,7 @@
 				_("Version: "), current_actor->info->version, "\n",
 				current_actor->info->about, "\n",
 				_("Author: "), current_actor->info->author, "\n\n",
-				current_actor->info->help, 0);
+				current_actor->info->help, NULL);
 	msgwin = xmms_show_message (PACKAGE_NAME, msg, _("Accept"), TRUE, GTK_SIGNAL_FUNC(dummy), NULL);
 	gtk_widget_show (msgwin);
 	g_free (msg);
@@ -733,7 +733,7 @@
 
 	/* Create the new item */
 	if (*enabled) {
-		name = g_strconcat (actor->info->name, _(" (enabled)"), 0);
+		name = g_strconcat (actor->info->name, _(" (enabled)"), NULL);
 		item = gtk_list_item_new_with_label (name);
 		g_free (name);
 	} else {
@@ -906,7 +906,7 @@
 					_("Version: "), morph->info->version, "\n",
 					morph->info->about, "\n",
 					_("Author: "), morph->info->author, "\n\n",
-					morph->info->help, 0);
+					morph->info->help, NULL);
 			msgwin = xmms_show_message (PACKAGE_NAME, msg,
 					_("Accept"), TRUE, GTK_SIGNAL_FUNC(dummy), NULL);
 			gtk_widget_show (msgwin);