Wireshark-commits: [Wireshark-commits] master-2.2 7058a80: Pacify GTK checkAPIs.pl warnings.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 3 Sep 2016 17:14:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7058a80ae9237e171029af9795f447619858e2b3
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

7058a80 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Pacify GTK checkAPIs.pl warnings.
    
    Add "Wireshark" macros to old-gtk-compat.h for GTK APIs that have been deprecated.
    The macros are setup by version number to limit their proliferation (not that I
    suspect much development will really be done there since GTK is deprecated).
    Just want to make buildbots happy for the time being.
    
    Change-Id: I095f850065166a0bc2e2456fb2e886ab64fdd97d
    Reviewed-on: https://code.wireshark.org/review/16635
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit ee7f9c33f63532bc69899a0750177756be53c0c1)
    Reviewed-on: https://code.wireshark.org/review/17437
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  6d29c12   Qt: Preserve capture filter when preferences changed
    adds  7058a80   Pacify GTK checkAPIs.pl warnings.


Summary of changes:
 ui/gtk/bytes_view.c          |    2 +-
 ui/gtk/capture_dlg.c         |    2 +-
 ui/gtk/extcap_gtk.c          |    1 +
 ui/gtk/graph_analysis.c      |   20 ++++++++++----------
 ui/gtk/gui_utils.c           |    8 ++++----
 ui/gtk/iax2_analysis.c       |    4 ++--
 ui/gtk/io_stat.c             |    4 ++--
 ui/gtk/memory_dlg.c          |    4 ++--
 ui/gtk/old-gtk-compat.h      |   15 +++++++++++++++
 ui/gtk/rlc_lte_graph.c       |    6 +++---
 ui/gtk/rtp_analysis.c        |    4 ++--
 ui/gtk/rtp_player.c          |    6 +++---
 ui/gtk/sctp_byte_graph_dlg.c |   11 ++++++-----
 ui/gtk/sctp_graph_dlg.c      |   11 ++++++-----
 ui/gtk/tcp_graph.c           |    6 +++---
 15 files changed, 61 insertions(+), 43 deletions(-)