diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-12-04 03:05:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-04 03:05:19 +0800 |
commit | 6c786a9ce6a02bf5cf2d3b7ec01bd37b7912df0a (patch) | |
tree | cbcb31f3f3bb6e81f349fb5092b10cff8e4c8410 /src/ephy-statusbar.h | |
parent | 6988a01b54ec16f2d150309d29c30a39ca9c482a (diff) | |
download | gsoc2013-epiphany-6c786a9ce6a02bf5cf2d3b7ec01bd37b7912df0a.tar.gz gsoc2013-epiphany-6c786a9ce6a02bf5cf2d3b7ec01bd37b7912df0a.tar.zst gsoc2013-epiphany-6c786a9ce6a02bf5cf2d3b7ec01bd37b7912df0a.zip |
Make progressbar smaller. Bug #368759.
2006-12-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-statusbar.c: (ephy_statusbar_size_allocate),
(ephy_statusbar_class_init), (create_caret_indicator),
(create_icon_frame), (create_statusbar_progress),
(ephy_statusbar_init), (ephy_statusbar_set_popups_state),
(sync_visibility), (ephy_statusbar_add_widget),
(ephy_statusbar_remove_widget),
(ephy_statusbar_get_security_frame):
* src/ephy-statusbar.h:
Make progressbar smaller. Bug #368759.
Diffstat (limited to 'src/ephy-statusbar.h')
-rw-r--r-- | src/ephy-statusbar.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ephy-statusbar.h b/src/ephy-statusbar.h index 0ab91699a..347e191e6 100644 --- a/src/ephy-statusbar.h +++ b/src/ephy-statusbar.h @@ -45,8 +45,6 @@ struct _EphyStatusbar /*< public >*/ GtkTooltips *tooltips; - GtkWidget *security_frame; - GtkWidget *popups_manager_frame; /*< private >*/ EphyStatusbarPrivate *priv; |