From 1b0e8ed184e0d629e7bb2575f61ca4a97834de71 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 8 Jan 2005 16:40:45 +0000 Subject: Prefix structs with _. 2005-01-08 Christian Persch * src/ephy-notebook.c: * src/ephy-notebook.h: * src/ephy-session.c: * src/ephy-session.h: * src/ephy-statusbar.c: * src/ephy-statusbar.h: * src/ephy-toolbars-model.c: * src/ephy-toolbars-model.h: Prefix structs with _. --- src/ephy-statusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-statusbar.c') diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c index b286242bc..74ea81226 100755 --- a/src/ephy-statusbar.c +++ b/src/ephy-statusbar.c @@ -40,7 +40,7 @@ static GObjectClass *parent_class = NULL; #define EPHY_STATUSBAR_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_STATUSBAR, EphyStatusbarPrivate)) -struct EphyStatusbarPrivate +struct _EphyStatusbarPrivate { GtkWidget *icon_container; -- cgit v1.2.3