Use canonical names for g_object_notify() as well.
2005-03-26 Matthias Clasen <mclasen@redhat.com> * gtk/*.c: * gdk/gdkdisplaymanager.c: Use canonical names for g_object_notify() as well.
This commit is contained in:
committed by
Matthias Clasen
parent
6323876b41
commit
4c28ce0877
@ -102,7 +102,7 @@ get_space_size (GtkToolItem *tool_item)
|
||||
if (GTK_IS_TOOLBAR (parent))
|
||||
{
|
||||
gtk_widget_style_get (parent,
|
||||
"space_size", &space_size,
|
||||
"space-size", &space_size,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user