Wireshark-commits: [Wireshark-commits] master 2e24cb7: Move the definition of MAX_NUM_COLOR_CONVERS

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Oct 2015 04:31:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2e24cb77242e4cedbbf340d2920969a646bdeaca
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2e24cb7 by Guy Harris (guy@xxxxxxxxxxxx):

    Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.
    
    It's only used by the GTK+ main menubar code, so put it there.  I guess
    the Qt UI either doesn't have such a limit or defines it itself.
    
    Change-Id: I221be506ac40eee33514301db737ef7e22deb7a6
    Reviewed-on: https://code.wireshark.org/review/11385
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  a937d6b   Tweak some names to better reflect what the named items are.
    adds  2e24cb7   Move the definition of MAX_NUM_COLOR_CONVERSATION_COLORS.


Summary of changes:
 epan/dissector_filters.h |    2 --
 ui/gtk/main_menubar.c    |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)