Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cut-n-paste/toolbar-editor/eggtreemultidnd.c
diff options
context:
space:
mode:
authorJaap Haitsma <jaap@haitsma.org>2007-07-01 14:45:24 (GMT)
committer Jaap A. Haitsma <jhaitsma@src.gnome.org>2007-07-01 14:45:24 (GMT)
commit88f0701b10f70b8aede0f7e23014875ab72c2e26 (patch)
tree322e0aa5b11e80057c120198727bbc13579de8ce /cut-n-paste/toolbar-editor/eggtreemultidnd.c
parent8aa10d0c9037d2a85c4d988008bb17469f5f6154 (diff)
new script to keep in sync with toolbareditor in libegg
2007-07-01 Jaap Haitsma <jaap@haitsma.org> * 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
Diffstat (limited to 'cut-n-paste/toolbar-editor/eggtreemultidnd.c')
-rw-r--r--cut-n-paste/toolbar-editor/eggtreemultidnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut-n-paste/toolbar-editor/eggtreemultidnd.c b/cut-n-paste/toolbar-editor/eggtreemultidnd.c
index 4850c68..3a7da91 100644
--- a/cut-n-paste/toolbar-editor/eggtreemultidnd.c
+++ b/cut-n-paste/toolbar-editor/eggtreemultidnd.c
@@ -59,7 +59,7 @@ egg_tree_multi_drag_source_get_type (void)
if (!our_type)
{
- const GTypeInfo our_info =
+ static const GTypeInfo our_info =
{
sizeof (EggTreeMultiDragSourceIface), /* class_size */
NULL, /* base_init */