diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-09 16:27:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-09 16:27:05 +0800 |
commit | b367752ed56a64c191ee8a4d431293dda52ac579 (patch) | |
tree | be33fb3542233b5f771516f05d393628addd0585 /lib/widgets/Makefile.am | |
parent | ea1fa38ea96a167de2f80b07ebaad54ce36477ec (diff) | |
download | gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.tar gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.tar.gz gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.tar.bz2 gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.tar.lz gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.tar.xz gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.tar.zst gsoc2013-epiphany-b367752ed56a64c191ee8a4d431293dda52ac579.zip |
gtk+ now supports invisible event boxes. Remove our custom implementation
2003-09-09 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/Makefile.am:
* lib/widgets/ephy-event-box.c:
* lib/widgets/ephy-event-box.h:
* src/ephy-favicon-action.c: (create_tool_item):
* src/ephy-notebook.c: (build_tab_label):
* src/statusbar.c: (create_statusbar_security_icon):
gtk+ now supports invisible event boxes. Remove our custom implementation
and use gtk+ api instead.
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r-- | lib/widgets/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am index b7e1bdc23..e89a98023 100644 --- a/lib/widgets/Makefile.am +++ b/lib/widgets/Makefile.am @@ -19,8 +19,6 @@ libephywidgets_la_SOURCES = \ ephy-autocompletion-window.h \ ephy-ellipsizing-label.c \ ephy-ellipsizing-label.h \ - ephy-event-box.c \ - ephy-event-box.h \ ephy-location-entry.c \ ephy-location-entry.h \ ephy-node-view.c \ |