aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--lib/widgets/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index e114b2a5f..1512f277d 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
To do:
- implement phoenix like popup blocking / make popups less annoying
+- loading feedback on tabs
+- create print preview toolbar only when necessary
Done:
diff --git a/lib/widgets/Makefile.am b/lib/widgets/Makefile.am
index b7d859202..9ffe03f72 100644
--- a/lib/widgets/Makefile.am
+++ b/lib/widgets/Makefile.am
@@ -13,7 +13,7 @@ noinst_LTLIBRARIES = libephywidgets.la
libephywidgets_la_SOURCES = \
eggtreemodelfilter.c \
- eggtreemodelfilter.h
+ eggtreemodelfilter.h \
eggtreemultidnd.c \
eggtreemultidnd.h \
ephy-autocompletion-window.c \