summaryrefslogtreecommitdiff
path: root/gladeui/glade-editor.h
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-12 19:28:04 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-12 19:28:04 +0900
commitf6a253038501e46629b5ea50cd017044bfa507da (patch)
tree5f1c99dde4abf84cad0a66fe0c7479595fbdb085 /gladeui/glade-editor.h
parent282a4944b17ed5762eeae8aa64b7b8c5b83621fc (diff)
downloadglade-f6a253038501e46629b5ea50cd017044bfa507da.tar.gz
GladeEditor rework: Make atk.png loaded as a GResource.
Diffstat (limited to 'gladeui/glade-editor.h')
-rw-r--r--gladeui/glade-editor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gladeui/glade-editor.h b/gladeui/glade-editor.h
index 3f24382c..1a39b3d2 100644
--- a/gladeui/glade-editor.h
+++ b/gladeui/glade-editor.h
@@ -24,14 +24,14 @@ typedef struct _GladeEditorPrivate GladeEditorPrivate;
*/
struct _GladeEditor
{
- GtkVBox vbox; /* The editor is a vbox */
+ GtkBox vbox; /* The editor is a vbox */
GladeEditorPrivate *priv;
};
struct _GladeEditorClass
{
- GtkVBoxClass parent_class;
+ GtkBoxClass parent_class;
void (* glade_reserved1) (void);
void (* glade_reserved2) (void);