diff src/audacious/ui_skinned_monostereo.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_monostereo.c	Mon May 19 04:32:52 2008 +0300
+++ b/src/audacious/ui_skinned_monostereo.c	Mon May 19 18:11:41 2008 +0200
@@ -59,7 +59,7 @@
             0,
             (GInstanceInitFunc) ui_skinned_monostereo_init,
         };
-        monostereo_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedMonoStereo", &monostereo_info, 0);
+        monostereo_type = g_type_register_static (GTK_TYPE_WIDGET, "UiSkinnedMonoStereo_", &monostereo_info, 0);
     }
 
     return monostereo_type;