From 88f0701b10f70b8aede0f7e23014875ab72c2e26 Mon Sep 17 00:00:00 2001 From: Jaap Haitsma Date: Sun, 01 Jul 2007 14:45:24 +0000 Subject: new script to keep in sync with toolbareditor in libegg 2007-07-01 Jaap Haitsma * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: new script to keep in sync with toolbareditor in libegg * cut-n-paste/toolbar-editor/*: Run update-toolbareditor-from-libegg so we are in sync again. Fixes bug #452850. svn path=/trunk/; revision=2533 --- (limited to 'cut-n-paste/toolbar-editor/egg-toolbars-model.c') diff --git a/cut-n-paste/toolbar-editor/egg-toolbars-model.c b/cut-n-paste/toolbar-editor/egg-toolbars-model.c index 2cd58ac..f0a5b0f 100644 --- a/cut-n-paste/toolbar-editor/egg-toolbars-model.c +++ b/cut-n-paste/toolbar-editor/egg-toolbars-model.c @@ -75,7 +75,7 @@ egg_toolbars_model_get_type (void) if (G_UNLIKELY (type == 0)) { - const GTypeInfo our_info = { + static const GTypeInfo our_info = { sizeof (EggToolbarsModelClass), NULL, /* base_init */ NULL, /* base_finalize */ -- cgit v0.9.1