Wireshark-commits: [Wireshark-commits] master e07b795: Save the size and position of the expert inf

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 Jun 2014 22:21:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e07b7953a80af30ad1f7dd51f8c8f773cd514f56
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e07b795 by Chris Maynard (Christopher.Maynard@xxxxxxxxx):

    Save the size and position of the expert info dialog
    
    Set initialize position to center on parent
    
    bug: 3817
    Change-Id: Iad48aa762d892908d50f742606160c8305084f48
    Reviewed-on: https://code.wireshark.org/review/2459
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  f5e072a   Remove "pkg" prefix from display filters.
    adds  e07b795   Save the size and position of the expert info dialog


Summary of changes:
 ui/gtk/dlg_utils.c        |   36 ++++++++++++++++++++++++++++++++++++
 ui/gtk/dlg_utils.h        |   13 +++++++++++++
 ui/gtk/expert_comp_dlg.c  |    3 ++-
 ui/gtk/gui_utils.c        |   14 +++++++++++++-
 ui/gtk/gui_utils.h        |    4 +++-
 ui/gtk/mac_lte_stat_dlg.c |    2 +-
 ui/gtk/rlc_lte_stat_dlg.c |    2 +-
 ui/gtk/stats_tree_stat.c  |    2 +-
 ui/gtk/tap_param_dlg.c    |    2 +-
 ui/gtk/wlan_stat_dlg.c    |   12 ++++++------
 10 files changed, 77 insertions(+), 13 deletions(-)