fixety fix

This commit is contained in:
Jose Maria Celorio 2001-06-27 07:15:35 +00:00
parent a85791a32e
commit b2eae650bd
3 changed files with 4 additions and 4 deletions

View File

@ -239,7 +239,7 @@ glade_property_changed_integer (GladeProperty *property, gint val)
g_print ("Setting the value to %s\n", property->value);
gtk_object_set (GTK_OBJECT (property->widget->widget),
property->class->gtk_arg, property->value, NULL);
property->class->gtk_arg, val, NULL);
}
void

View File

@ -10,7 +10,7 @@
<Type>Integer</Type>
<Name>Border Width</Name>
<Tooltip>The width of the border arround the container</Tooltip>
<GtkArg>border</GtkArg>
<GtkArg>border-width</GtkArg>
<Parameters>
<Parameter Key="Min" Value="0"/>
<Parameter Key="Max" Value="10000"/>
@ -85,7 +85,7 @@
<Type>Integer</Type>
<Name>Col Spacing</Name>
<Tooltip>The space between each column</Tooltip>
<GtkArg>col-spacing</GtkArg>
<GtkArg>column-spacing</GtkArg>
<Parameters>
<Parameter Key="Min" Value="0"/>
<Parameter Key="Max" Value="10000"/>

View File

@ -10,7 +10,7 @@
<Type>Integer</Type>
<Name>Border Width</Name>
<Tooltip>The width of the border arround the container</Tooltip>
<GtkArg>border</GtkArg>
<GtkArg>border-width</GtkArg>
<Parameters>
<Parameter Key="Min" Value="0"/>
<Parameter Key="Max" Value="10000"/>