Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.c toolbar.c toolbar.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <oabad@xxxxxxxxxxxxxxxxx>
Date: Thu, 16 Oct 2003 15:56:08 -0500 (CDT)
oabad       2003/10/16 15:56:08 CDT

  Modified files:
    gtk                  main.c toolbar.c toolbar.h 
  Log:
  - use stock icons in the toolbar when using GTK2
  - use GTK1/2 compatibility macros [GS]ET_OBJECT_DATA where needed
  - add a set_toolbar_object_data() function which associates the display
    filter entry (from the main window) with the E_DFILTER_TE_KEY for the
    open and reload buttons (it is needed by the open and reload
    callbacks). The function is called in create_main_window()
  - reindent
  
  Revision  Changes    Path
  1.325     +2 -1      ethereal/gtk/main.c
  1.4       +432 -278  ethereal/gtk/toolbar.c
  1.2       +2 -1      ethereal/gtk/toolbar.h