Wireshark-commits: [Wireshark-commits] rev 49308: /trunk/ui/gtk/ /trunk/ui/gtk/: capture_file_dlg.c

Date: Tue, 14 May 2013 21:53:58 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49308

User: guy
Date: 2013/05/14 02:53 PM

Log:
 Give file_selection_new() an argument to specify the parent window of
 the file selection dialog.
 
 Call gtk_file_chooser_set_do_overwrite_confirmation() in
 file_selection_new() for FILE_SELECTION_SAVE file selection dialogs,
 rather than doing it in the individual callers of file_selection_new().
 
 Use gtk_dialog_set_alternative_button_order() in file_selection_new() to
 set the alternative button order, rather than using #ifdefs.
 
 Use file_selection_new() and file_selection_run() in the graph analysis
 code.  (We should clean up other code that uses file_selection_new() to
 use file_selection_run(), and clean up other code that uses
 gtk_file_chooser_dialog_new() to use file_selection_new() and
 file_selection_run().)

Directory: /trunk/ui/gtk/
  Changes    Path                   Action
  +7 -7      capture_file_dlg.c     Modified
  +2 -0      export_object_dlg.c    Modified
  +3 -2      export_sslkeys.c       Modified
  +12 -10    file_dlg.c             Modified
  +5 -3      file_dlg.h             Modified
  +3 -9      firewall_dlg.c         Modified
  +4 -10     follow_stream.c        Modified
  +37 -109   graph_analysis.c       Modified
  +0 -1      graph_analysis.h       Modified
  +1 -2      packet_panes.c         Modified
  +5 -5      pixmap_save.c          Modified