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:
Matthias Clasen
2005-03-26 05:49:15 +00:00
committed by Matthias Clasen
parent 6323876b41
commit 4c28ce0877
87 changed files with 465 additions and 443 deletions

View File

@ -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);
}