Wireshark-commits: [Wireshark-commits] rev 49781: /trunk-1.10/ui/gtk/ /trunk-1.10/ui/gtk/: capture_

Date: Wed, 05 Jun 2013 04:51:05 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=49781

User: etxrab
Date: 2013/06/04 09:51 PM

Log:
 Copy over
 Revision 49320 - Use file_selection_run() for dialogs created with file_selection_new().
 --------------------------------------------------------------------------------
  Revision 49309 - gtk_file_chooser_dialog_new() makes the file chooser dialog a transient
 window for the specified parent; we don't have to do that ourselves.
 --------------------------------------------------------------------------------
  Revision 49308 - 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-1.10/ui/gtk/
  Changes    Path                   Action
  +7 -7      capture_file_dlg.c     Modified
  +43 -20    export_object_dlg.c    Modified
  +58 -81    export_sslkeys.c       Modified
  +12 -10    file_dlg.c             Modified
  +6 -4      file_dlg.h             Modified
  +48 -99    firewall_dlg.c         Modified
  +46 -95    follow_stream.c        Modified
  +0 -1      follow_stream.h        Modified
  +37 -109   graph_analysis.c       Modified
  +0 -1      graph_analysis.h       Modified
  +0 -2      iax2_analysis.c        Modified


(3 files not shown)