summaryrefslogtreecommitdiffstats
path: root/editors/mlview/files/patch-src_mlview-editor-dbc.c
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-01 19:52:16 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-01 19:52:16 +0800
commit86e5809ff0a3a6e4e18ec84c9110e044519b98f3 (patch)
treec44274d37effec0c89460f7d637ab7f19dd7484d /editors/mlview/files/patch-src_mlview-editor-dbc.c
parentc162eef2b49772e82a79e85393717ea5bf42bd9b (diff)
downloadmarcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.tar
marcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.tar.gz
marcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.tar.bz2
marcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.tar.lz
marcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.tar.xz
marcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.tar.zst
marcuscom-ports-86e5809ff0a3a6e4e18ec84c9110e044519b98f3.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8716 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/mlview/files/patch-src_mlview-editor-dbc.c')
-rw-r--r--editors/mlview/files/patch-src_mlview-editor-dbc.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/mlview/files/patch-src_mlview-editor-dbc.c b/editors/mlview/files/patch-src_mlview-editor-dbc.c
new file mode 100644
index 000000000..c95ef6817
--- /dev/null
+++ b/editors/mlview/files/patch-src_mlview-editor-dbc.c
@@ -0,0 +1,22 @@
+--- src/mlview-editor-dbc.c.orig Mon Sep 5 12:55:40 2005
++++ src/mlview-editor-dbc.c Mon Sep 5 12:56:44 2005
+@@ -168,13 +168,16 @@
+ 0,
+ (GInstanceInitFunc)mlview_editor_dbc_init
+ } ;
+- type = g_type_register_static (G_TYPE_OBJECT,
+- "MlViewEditorDBC",
+- &type_info, 0) ;
++
+ static const GInterfaceInfo idbc_info = {
+ (GInterfaceInitFunc) mlview_editor_dbc_idbc_init,
+ NULL, NULL
+ } ;
++
++ type = g_type_register_static (G_TYPE_OBJECT,
++ "MlViewEditorDBC",
++ &type_info, 0) ;
++
+ g_type_add_interface_static (type, MLVIEW_TYPE_IDBC,
+ &idbc_info) ;
+ }