aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/Makefile.am
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-06-04 19:59:38 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-06-04 19:59:38 +0800
commit29bbfe00469fe536bbf0f1025cde834cec3bec0b (patch)
tree63a51af7a1f508ba64b5e0e8bec023eee2af7f98 /src/bookmarks/Makefile.am
parent15358f9939f56b8ba5bc9df4499a72d65535ce41 (diff)
downloadgsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.tar
gsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.tar.gz
gsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.tar.bz2
gsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.tar.lz
gsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.tar.xz
gsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.tar.zst
gsoc2013-epiphany-29bbfe00469fe536bbf0f1025cde834cec3bec0b.zip
Implement bookmarks menu, might need to be optimized later.
2003-06-04 Marco Pesenti Gritti <marco@it.gnome.org> * src/bookmarks/Makefile.am: * src/bookmarks/ephy-bookmark-action.c: (connect_proxy): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_class_init), (bookmarks_changed_cb), (bookmarks_removed_cb), (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword), (ephy_bookmarks_get_favorites), (ephy_bookmarks_get_not_categorized): * src/bookmarks/ephy-bookmarks.h: * src/ephy-window.c: (ephy_window_init), (ephy_window_finalize): Implement bookmarks menu, might need to be optimized later.
Diffstat (limited to 'src/bookmarks/Makefile.am')
-rw-r--r--src/bookmarks/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 6df51dd14..4425d0aa5 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -28,6 +28,8 @@ libephybookmarks_la_SOURCES = \
ephy-bookmarks-export.h \
ephy-bookmarks-import.c \
ephy-bookmarks-import.h \
+ ephy-bookmarks-menu.c \
+ ephy-bookmarks-menu.h \
ephy-bookmark-properties.c \
ephy-bookmark-properties.h \
ephy-new-bookmark.c \