aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/Makefile.am
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-07-22 20:13:49 +0800
committerChristian Persch <chpe@src.gnome.org>2003-07-22 20:13:49 +0800
commitbde9f595b1e33906f2128bb62e3468ca37981115 (patch)
treeddf7a56ba9b6f2558d6289fda38d6c525a2bce49 /lib/widgets/Makefile.am
parent26ae04d0bc55dc0f49c18d684644b6c46f67c956 (diff)
downloadgsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.tar
gsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.tar.gz
gsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.tar.bz2
gsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.tar.lz
gsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.tar.xz
gsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.tar.zst
gsoc2013-epiphany-bde9f595b1e33906f2128bb62e3468ca37981115.zip
An input-only window event box, copied from eel's ell-input-event-box.
2003-07-22 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-event-box.h: * lib/widgets/ephy-event-box.c: An input-only window event box, copied from eel's ell-input-event-box. * src/ephy-notebook.c: (tab_build_label): * src/ephy-favicon-action.c: (create_tool_item): Use EphyEventBox instead of GtkEventBox. Fixes transparency issue from bug #110747 .
Diffstat (limited to 'lib/widgets/Makefile.am')
-rw-r--r--lib/widgets/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index e89a98023..b7e1bdc23 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -19,6 +19,8 @@ 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 \