diff options
author | Manish Singh <yosh@gimp.org> | 2005-05-17 19:26:39 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2005-05-17 19:26:39 +0000 |
commit | 5a726d6531dd500670b0540d8ffeb8bfd8d98a54 (patch) | |
tree | 9c3d9c7417548cb9beee38207a46e6518b3dff89 | |
parent | d259c31bfeee674ddd047a3087d6dae4ebc6fe62 (diff) | |
download | pygobject-5a726d6531dd500670b0540d8ffeb8bfd8d98a54.tar.gz pygobject-5a726d6531dd500670b0540d8ffeb8bfd8d98a54.tar.xz pygobject-5a726d6531dd500670b0540d8ffeb8bfd8d98a54.zip |
make it build again (missing })
2005-05-17 Manish Singh <yosh@gimp.org>
* gobject/pygparamspec.c (pyg_param_spec_getattr): make it build
again (missing })
-rw-r--r-- | gobject/pygparamspec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/pygparamspec.c b/gobject/pygparamspec.c index 5d80d98..eb4b108 100644 --- a/gobject/pygparamspec.c +++ b/gobject/pygparamspec.c @@ -332,6 +332,7 @@ pyg_param_spec_getattr(PyGParamSpec *self, const gchar *attr) return Py_BuildValue("[ssssssss]", "__doc__", "__gtype__", "blurb", "flags", "name", "nick", "owner_type", "value_type"); + } } PyErr_SetString(PyExc_AttributeError, attr); |