Wireshark-commits: [Wireshark-commits] master 82b61bb: Qt: Reject drag and drop if we're capturing.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Jan 2017 01:27:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=82b61bb40486ba851aee082e6b59155dd38e724d
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

82b61bb by Gerald Combs (gerald@xxxxxxxx):

    Qt: Reject drag and drop if we're capturing.
    
    Ignore drag enter events in the main window and warn the user if we
    can't open files (which presumably means we're in the middle of a
    capture).
    
    Don't yell at the user in the corresponding GTK+ code.
    
    Change-Id: Iffb5df5969c7ff76a854247b4b8d10d0e4b02e70
    Reviewed-on: https://code.wireshark.org/review/19734
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  936ebfe   ISAKMP: Add Fortigate (Fortinet) Vendor ID
    adds  82b61bb   Qt: Reject drag and drop if we're capturing.


Summary of changes:
 ui/gtk/drag_and_drop.c |    4 ++--
 ui/qt/main_window.cpp  |   19 ++++++++++++++++---
 2 files changed, 18 insertions(+), 5 deletions(-)