diff src/rcfile.c @ 1387:6f31fa931d3f

simplified bar interface
author nadvornik
date Fri, 06 Mar 2009 15:52:47 +0000
parents 9d190c098b97
children de06d83e1adc
line wrap: on
line diff
--- a/src/rcfile.c	Fri Mar 06 15:04:35 2009 +0000
+++ b/src/rcfile.c	Fri Mar 06 15:52:47 2009 +0000
@@ -913,7 +913,7 @@
 	LayoutWindow *lw = data;
 	if (g_ascii_strcasecmp(element_name, "bar") == 0)
 		{
-		GtkWidget *bar = bar_new_from_config(lw->utility_box, attribute_names, attribute_values);
+		GtkWidget *bar = bar_new_from_config(lw, attribute_names, attribute_values);
 		layout_bar_set(lw, bar);
 		options_parse_func_push(parser_data, options_parse_bar, NULL, lw->bar);
 		}