Wireshark-commits: [Wireshark-commits] master d222dd3: Provide routines to set string-like and rang

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Dec 2015 03:19:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d222dd398904dda499cb6fe2d5f300643076c2b1
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d222dd3 by Guy Harris (guy@xxxxxxxxxxxx):

    Provide routines to set string-like and range preferences from a string.
    
    That gets rid of some duplicate code.
    
    Change-Id: I4b65c6c73929d18602f6b0425e4f3dbbabbf0127
    Reviewed-on: https://code.wireshark.org/review/12713
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  4bec4b0   debian: Fix .deb package generation on wheezy
    adds  d222dd3   Provide routines to set string-like and range preferences from a string.


Summary of changes:
 epan/prefs-int.h      |   15 +++++++++
 epan/prefs.c          |   84 ++++++++++++++++++++++++++++++-------------------
 ui/gtk/main_menubar.c |   16 ++--------
 ui/gtk/prefs_dlg.c    |   21 ++-----------
 4 files changed, 71 insertions(+), 65 deletions(-)