From 82a6f3e75f4e46be84fc3d650918badc8e1563a1 Mon Sep 17 00:00:00 2001 From: Crispin Flowerday Date: Mon, 3 Jan 2005 19:27:04 +0000 Subject: Prefix class structs with '_' so that the python code generator finds it. 2005-01-03 Crispin Flowerday * lib/ephy-dialog.c: * lib/ephy-dialog.h: Prefix class structs with '_' so that the python code generator finds it. --- lib/ephy-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ephy-dialog.c') diff --git a/lib/ephy-dialog.c b/lib/ephy-dialog.c index 036079312..117424648 100644 --- a/lib/ephy-dialog.c +++ b/lib/ephy-dialog.c @@ -74,7 +74,7 @@ typedef struct #define EPHY_DIALOG_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_DIALOG, EphyDialogPrivate)) -struct EphyDialogPrivate +struct _EphyDialogPrivate { char *name; -- cgit v1.2.3