diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-03 07:34:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-04-03 07:34:36 +0800 |
commit | 60ffd0653e90a773b6e646b956b16eb41bd76510 (patch) | |
tree | 9485031bafde1f6ff61163218defb2bb2f1fa0cc /widgets/table/e-tree.c | |
parent | c15b3be73fc5c94f701ad2fe91314c08a73a673d (diff) | |
download | gsoc2013-evolution-60ffd0653e90a773b6e646b956b16eb41bd76510.tar.gz 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.c | 2 |
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] = |