diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-23 15:19:09 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-23 15:19:09 +0000 |
| commit | 55e1e3451e22a636ba0a87017eef2d5fe2ca05bb (patch) | |
| tree | 007de64a5403a835059338e390fb40771ca45569 /src/widgets/spinbutton-events.h | |
| parent | Fix remaining Lucid build issues, hopefully (diff) | |
| download | inkscape-55e1e3451e22a636ba0a87017eef2d5fe2ca05bb.tar.gz inkscape-55e1e3451e22a636ba0a87017eef2d5fe2ca05bb.zip | |
Get rid of GtkObject in toolbox
(bzr r11286)
Diffstat (limited to 'src/widgets/spinbutton-events.h')
| -rw-r--r-- | src/widgets/spinbutton-events.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/spinbutton-events.h b/src/widgets/spinbutton-events.h index cf8c7b44b..c1df88c8a 100644 --- a/src/widgets/spinbutton-events.h +++ b/src/widgets/spinbutton-events.h @@ -15,7 +15,7 @@ gboolean spinbutton_focus_in (GtkWidget *w, GdkEventKey *event, gpointer data); void spinbutton_undo (GtkWidget *w); gboolean spinbutton_keypress (GtkWidget *w, GdkEventKey *event, gpointer data); -void spinbutton_defocus (GtkObject *container); +void spinbutton_defocus (GtkWidget *container); /* Local Variables: |
