diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-05-07 15:24:12 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2006-05-07 15:24:12 +0000 |
| commit | 72bfb012c90285f7beaa56bc1df41f1daf32a6d3 (patch) | |
| tree | 83621225d192eaee21685a4b1fd873aca42e475e /gobject | |
| parent | 749c36e62e0b8ebdb5cd714cc77b220b4ac576e8 (diff) | |
| download | pygobject-72bfb012c90285f7beaa56bc1df41f1daf32a6d3.tar.gz pygobject-72bfb012c90285f7beaa56bc1df41f1daf32a6d3.tar.xz pygobject-72bfb012c90285f7beaa56bc1df41f1daf32a6d3.zip | |
fix PyGOptionContext instance type
Diffstat (limited to 'gobject')
| -rw-r--r-- | gobject/pygoptioncontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/pygoptioncontext.c b/gobject/pygoptioncontext.c index 6e592f6..c58c410 100644 --- a/gobject/pygoptioncontext.c +++ b/gobject/pygoptioncontext.c @@ -272,7 +272,7 @@ PyTypeObject PyGOptionContext_Type = { PyObject_HEAD_INIT(NULL) 0, "gobject.OptionContext", - sizeof(PyGMainContext), + sizeof(PyGOptionContext), 0, /* methods */ (destructor)pyg_option_context_dealloc, |
