aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--TODO1
-rw-r--r--data/ui/Makefile.am3
-rw-r--r--data/ui/epiphany-toolbar-popup-ui.xml.in12
4 files changed, 9 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index 532ceb999..ca154503a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org>
+ * data/ui/Makefile.am:
+ * data/ui/epiphany-toolbar-popup-ui.xml.in:
+
+ Remove, no more used
+
+2003-04-16 Marco Pesenti Gritti <marco@it.gnome.org>
+
* lib/egg/egg-editable-toolbar.c:
* lib/egg/eggtoolbar.c:
* lib/egg/eggtoolitem.h:
diff --git a/TODO b/TODO
index 3bf1fe4c6..6eab9128c 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
Bookmarks:
- Consistent use of topics instead of keywords in the code
+- <campd> nautilus/libnautilus-private/nautilus-tree-view-drag-dest.c. Dest crashes.
Others:
- if you change mozilla settings when ephy is not running, they arent updated in prefs.js
diff --git a/data/ui/Makefile.am b/data/ui/Makefile.am
index 373e83368..189a6e938 100644
--- a/data/ui/Makefile.am
+++ b/data/ui/Makefile.am
@@ -2,8 +2,7 @@ uixmldir = $(pkgdatadir)
uixml_in_files = epiphany-ui.xml.in \
epiphany-bookmark-editor-ui.xml.in \
nautilus-epiphany-view.xml.in \
- epiphany-toolbar.xml.in \
- epiphany-toolbar-popup-ui.xml.in
+ epiphany-toolbar.xml.in
uixml_DATA = $(uixml_in_files:.xml.in=.xml)
diff --git a/data/ui/epiphany-toolbar-popup-ui.xml.in b/data/ui/epiphany-toolbar-popup-ui.xml.in
deleted file mode 100644
index ce7aaccb3..000000000
--- a/data/ui/epiphany-toolbar-popup-ui.xml.in
+++ /dev/null
@@ -1,12 +0,0 @@
-<Root>
-<popups>
-
-<popup name="EphyToolbarPopup" verb="FakeToplevel">
- <menuitem name="RemoveToolbarTP" verb="RemoveToolbarPopup"/>
- <menuitem name="EditToolbarTP" verb="EditToolbarPopup"/>
-</popup>
-
-
-</popups>
-</Root>
-