URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78a5f0c1d89a39d103b99d4d618418cd1b81f496
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
78a5f0c by dameiss (netshark@xxxxxxxxxxxxx):
gtk_table_new is deprecated in GTK3. Change to use grid instead, and use
ws_gtk_grid_attach_extended() to do the heavy lifting.
Change-Id: I1c9d12556857196f53fadbce70f206a3cc41f7a5
Reviewed-on: https://code.wireshark.org/review/2433
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 5ed05dd batch of manual tvb_length conversions
adds 78a5f0c gtk_table_new is deprecated in GTK3. Change to use grid instead, and use ws_gtk_grid_attach_extended() to do the heavy lifting.
Summary of changes:
ui/gtk/lbm_uimflow_dlg.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)