Wireshark-commits: [Wireshark-commits] rev 28597: /trunk/gtk/ /trunk/gtk/: rtp_stream_dlg.c
Date: Tue, 02 Jun 2009 15:17:37 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28597

User: wmeier
Date: 2009/06/02 08:17 AM

Log:
 rtp_stream_dlg: rework dtp_stream "save as" slightly:
     - Prevent "dead" save-as window if error opening/writing file
        or if a directory is entered as the filename;
        Work-around is to always kill save-as window whether success
         or an error causing alert-box popup;
     - Enable "check for file overwrite" (if GTK 2.8 or greater);
     - Fix some memory leaks.

Directory: /trunk/gtk/
  Changes    Path                Action
  +61 -16    rtp_stream_dlg.c    Modified