Mercurial > audlegacy
diff src/audacious/ui_skinned_button.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_button.c Mon May 19 04:32:52 2008 +0300 +++ b/src/audacious/ui_skinned_button.c Mon May 19 18:11:41 2008 +0200 @@ -93,7 +93,7 @@ 0, (GInstanceInitFunc) ui_skinned_button_init, }; - button_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedButton", &button_info, 0); + button_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedButton_", &button_info, 0); } return button_type;
