~ubuntu-branches/ubuntu/feisty/gnumeric/feisty

« back to all changes in this revision

Viewing changes to src/dialogs/tool-dialogs.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-06 13:55:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061206135523-6bh02cebuk0hduva
Tags: 1.7.5-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
typedef struct _scenario_state scenario_state_t;
26
26
 
27
27
typedef struct _GenericToolState GenericToolState;
28
 
typedef gboolean (*state_destroy_t) (GtkObject *w, GenericToolState *state);
 
28
typedef void (*state_destroy_t) (GenericToolState *state);
29
29
 
30
30
struct _GenericToolState {
31
31
        GladeXML  *gui;