Wireshark-commits: [Wireshark-commits] master-1.12 a86a915: ui/gtk: fix control combos such as ctrl

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Feb 2015 08:46:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a86a9150aeee72c37352c5686465c1a04d7ec78b
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

a86a915 by Peter Wu (peter@xxxxxxxxxxxxx):

    ui/gtk: fix control combos such as ctrl-a, ctrl-c
    
    Ignore any Ctrl combinations to allow pasting to work. Regression
    introduced in "gtk: fix crash on Broadway GDK backend".
    
    Change-Id: I3d53db2d224cb604b52081002ff923c8684a8d0a
    Reviewed-on: https://code.wireshark.org/review/7276
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    (cherry picked from commit 1a10f5f2b470dede438ac33c25e0cb86c8e12e17)
    Reviewed-on: https://code.wireshark.org/review/7277
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  1960295   Put back the padding, but do zero-padding.
    adds  a86a915   ui/gtk: fix control combos such as ctrl-a, ctrl-c


Summary of changes:
 ui/gtk/filter_autocomplete.c |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)