aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-statusbar.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-01-09 00:40:45 +0800
committerChristian Persch <chpe@src.gnome.org>2005-01-09 00:40:45 +0800
commit1b0e8ed184e0d629e7bb2575f61ca4a97834de71 (patch)
tree294f019697fb14dcccd417909fd7889a89f44de2 /src/ephy-statusbar.c
parent7ce29fb6fa59d22f516f07535f31bcb227331ef0 (diff)
downloadgsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar
gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.gz
gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.bz2
gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.lz
gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.xz
gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.tar.zst
gsoc2013-epiphany-1b0e8ed184e0d629e7bb2575f61ca4a97834de71.zip
Prefix structs with _.
2005-01-08 Christian Persch <chpe@cvs.gnome.org> * 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 _.
Diffstat (limited to 'src/ephy-statusbar.c')
-rwxr-xr-xsrc/ephy-statusbar.c2
1 files changed, 1 insertions, 1 deletions
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;