Wireshark-commits: [Wireshark-commits] rev 48893: /trunk/ui/gtk/ /trunk/ui/gtk/: io_stat.c
Date: Wed, 17 Apr 2013 15:07:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48893

User: eapache
Date: 2013/04/17 08:07 AM

Log:
 Cast scrolling values to gdoubles, not gfloats - GtkAdjustment have
 always taken doubles that I've been able to find, and casting to floats
 causes loss of precision and weird bugs when the values get enormous.
 
 Should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8460

Directory: /trunk/ui/gtk/
  Changes    Path          Action
  +7 -7      io_stat.c     Modified