Wireshark-commits: [Wireshark-commits] rev 51129: / /trunk-1.10/ui/gtk/: packet_panes.c
Date: Sat, 03 Aug 2013 01:03:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51129

User: morriss
Date: 2013/08/02 06:03 PM

Log:
 Revert r50739 to bring the tree-expansion fixes back in to trunk-1.10.
 
 Copy over revisions from the trunk (with some manual intervention) to fix the
 issues that revision still had:
 
   ------------------------------------------------------------------------
   r50740 | darkjames | 2013-07-19 13:31:32 -0400 (Fri, 19 Jul 2013) | 7 lines
   Changed paths:
      M /trunk/ui/gtk/packet_panes.c
 
   Fix gtk warnings when clicking on some byte on byte pane.
 
   When we don't have path don't check for subtrees.
   (Originally report by Jeff on https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908#c17)
 
   XXX, we could create a path pointing on begin of tree - but do we want to do it?
 
   ------------------------------------------------------------------------
   r50741 | darkjames | 2013-07-19 13:51:05 -0400 (Fri, 19 Jul 2013) | 4 lines
   Changed paths:
      M /trunk/ui/gtk/packet_panes.c
 
   Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-Right
 
   Remove gtk_tree_view_collapse_row from check_expand_trees()
 
   ------------------------------------------------------------------------
   r50903 | morriss | 2013-07-25 21:45:48 -0400 (Thu, 25 Jul 2013) | 6 lines
   Changed paths:
      M /trunk/ui/gtk/packet_panes.c
 
   From Cal Turney and Jiří Engelthaler via
   https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8908 :
 
   The fix for bug 5585 (r35583) is no longer necessary (thanks to r50516) and it
   causes the screen to flicker when clicking on bytes in the bytes pane.

Directory: /trunk-1.10/ui/gtk/
  Changes    Path              Action
  +60 -25    packet_panes.c    Modified