diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-09 00:40:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-09 00:40:45 +0800 |
commit | 1b0e8ed184e0d629e7bb2575f61ca4a97834de71 (patch) | |
tree | 294f019697fb14dcccd417909fd7889a89f44de2 /src/ephy-statusbar.c | |
parent | 7ce29fb6fa59d22f516f07535f31bcb227331ef0 (diff) | |
download | gsoc2013-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-x | src/ephy-statusbar.c | 2 |
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; |