diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-09-05 11:07:21 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-09-05 11:07:21 +0000 |
commit | eea4bff25b1074c6aa883bfba30e3fdd74063999 (patch) | |
tree | 41331d9a2a74797bb0f098974e81f01bc2b42848 /editors/mlview/files/patch-src_mlview-ping-dbc.c | |
parent | f5fb3082d4d2010cbac5430d03e4b609ce785172 (diff) | |
download | ports-eea4bff25b1074c6aa883bfba30e3fdd74063999.tar.gz ports-eea4bff25b1074c6aa883bfba30e3fdd74063999.zip |
Notes
Diffstat (limited to 'editors/mlview/files/patch-src_mlview-ping-dbc.c')
-rw-r--r-- | editors/mlview/files/patch-src_mlview-ping-dbc.c | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/mlview/files/patch-src_mlview-ping-dbc.c b/editors/mlview/files/patch-src_mlview-ping-dbc.c new file mode 100644 index 000000000000..8d5b65506dd8 --- /dev/null +++ b/editors/mlview/files/patch-src_mlview-ping-dbc.c @@ -0,0 +1,22 @@ +--- src/mlview-ping-dbc.c.orig Mon Sep 5 12:57:39 2005 ++++ src/mlview-ping-dbc.c Mon Sep 5 12:58:35 2005 +@@ -166,14 +166,16 @@ + 0, + (GInstanceInitFunc) mlview_ping_dbc_init + } ; +- type = g_type_register_static (G_TYPE_OBJECT, +- "MlViewPingDBC", +- &type_info, 0) ; + + static const GInterfaceInfo idbc_info = { + (GInterfaceInitFunc) mlview_ping_dbc_idbc_init, + NULL, NULL + } ; ++ ++ type = g_type_register_static (G_TYPE_OBJECT, ++ "MlViewPingDBC", ++ &type_info, 0) ; ++ + g_type_add_interface_static (type, MLVIEW_TYPE_IDBC, + &idbc_info) ; + } |