diff options
Diffstat (limited to 'editors/mlview/files/patch-src_mlview-ping-dbo.c')
-rw-r--r-- | editors/mlview/files/patch-src_mlview-ping-dbo.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/mlview/files/patch-src_mlview-ping-dbo.c b/editors/mlview/files/patch-src_mlview-ping-dbo.c new file mode 100644 index 000000000..72dd45a7c --- /dev/null +++ b/editors/mlview/files/patch-src_mlview-ping-dbo.c @@ -0,0 +1,22 @@ +--- src/mlview-ping-dbo.c.orig Mon Sep 5 12:52:49 2005 ++++ src/mlview-ping-dbo.c Mon Sep 5 12:53:50 2005 +@@ -362,13 +362,16 @@ + 0, + (GInstanceInitFunc) mlview_ping_dbo_init + } ; +- type = g_type_register_static (G_TYPE_OBJECT, +- "MlViewPingDBO", +- &type_info, 0) ; ++ + static const GInterfaceInfo idbo_info = { + (GInterfaceInitFunc) mlview_ping_dbo_idbo_init, + NULL, NULL + } ; ++ ++ type = g_type_register_static (G_TYPE_OBJECT, ++ "MlViewPingDBO", ++ &type_info, 0) ; ++ + g_type_add_interface_static (type, MLVIEW_TYPE_IDBO, + &idbo_info) ; + } |