~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtktreeview.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6432
6432
  GtkRBNode *node;
6433
6433
  int new_dy;
6434
6434
 
 
6435
  /* Avoid recursive calls */
 
6436
  if (tree_view->priv->in_top_row_to_dy)
 
6437
    return;
 
6438
 
6435
6439
  if (tree_view->priv->top_row)
6436
6440
    path = gtk_tree_row_reference_get_path (tree_view->priv->top_row);
6437
6441
  else