aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-04-03 07:34:36 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-04-03 07:34:36 +0800
commit60ffd0653e90a773b6e646b956b16eb41bd76510 (patch)
tree9485031bafde1f6ff61163218defb2bb2f1fa0cc /widgets/table/e-tree.c
parentc15b3be73fc5c94f701ad2fe91314c08a73a673d (diff)
downloadgsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar
gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar.gz
gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar.bz2
gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar.lz
gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar.xz
gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar.zst
gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.zip
(e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPE
for the GTK_TYPE_SELECTION_DATA arg. svn path=/trunk/; revision=20650
Diffstat (limited to 'widgets/table/e-tree.c')
-rw-r--r--widgets/table/e-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c
index b3e73523d5..bb7e0f44cc 100644
--- a/widgets/table/e-tree.c
+++ b/widgets/table/e-tree.c
@@ -3155,7 +3155,7 @@ e_tree_class_init (ETreeClass *class)
G_TYPE_POINTER,
G_TYPE_INT,
GDK_TYPE_DRAG_CONTEXT,
- GTK_TYPE_SELECTION_DATA,
+ GTK_TYPE_SELECTION_DATA | G_SIGNAL_TYPE_STATIC_SCOPE,
G_TYPE_UINT,
G_TYPE_UINT);
et_signals[TREE_DRAG_DATA_DELETE] =