Workaround for tooltips bug breaks dnd, reverted

This commit is contained in:
Yevgen Muntyan 2008-09-09 23:52:10 -05:00
parent 0499960324
commit a566a74ae1

View File

@ -367,7 +367,7 @@ moo_paned_init (MooPaned *paned)
/* TRUE means default and broken tooltips,
* FALSE mean inverted order and working tooltips
* http://bugzilla.gnome.org/show_bug.cgi?id=550345 */
paned->priv->forall_bottom_to_top = FALSE;
paned->priv->forall_bottom_to_top = TRUE;
paned->priv->pane_position = -1;
paned->priv->handle_window = NULL;