Mercurial > audlegacy
diff src/audacious/ui_skinned_playstatus.c @ 4561:cc6255f8b568
Suffix all type names in core with _
author | Tomasz Mon <desowin@gmail.com> |
---|---|
date | Mon, 19 May 2008 18:11:41 +0200 |
parents | 246244ead30e |
children |
line wrap: on
line diff
--- a/src/audacious/ui_skinned_playstatus.c Mon May 19 04:32:52 2008 +0300 +++ b/src/audacious/ui_skinned_playstatus.c Mon May 19 18:11:41 2008 +0200 @@ -61,7 +61,7 @@ 0, (GInstanceInitFunc) ui_skinned_playstatus_init, }; - playstatus_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedPlaystatus", &playstatus_info, 0); + playstatus_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedPlaystatus_", &playstatus_info, 0); } return playstatus_type;