aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-06-20 06:57:50 +0800
committerChristian Persch <chpe@src.gnome.org>2003-06-20 06:57:50 +0800
commit37a1f2f5e2544db814a79631d4f4b958f6dba9a8 (patch)
tree96337a05b2e5216168203b7d1fb507e696ca4f17 /ChangeLog
parentb3dec5832fbbefc25e0efac92476a67130620ce5 (diff)
downloadgsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.gz
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.bz2
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.lz
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.xz
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.tar.zst
gsoc2013-epiphany-37a1f2f5e2544db814a79631d4f4b958f6dba9a8.zip
Move the context popup menu to ephy-window.c. If there's no background
2003-06-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.h: * src/ephy-tab.c: (popup_menu_at_coords), (ephy_tab_show_embed_popup), (ephy_tab_context_menu_cb), (ephy_tab_set_event): * src/ephy-window.c: (popup_menu_at_coords), (show_embed_popup), (tab_context_menu_cb), (ephy_window_set_active_tab): Move the context popup menu to ephy-window.c. If there's no background image, disable the SaveBackgroundAs menu entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b104d8479..17163b63e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2003-06-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-tab.h:
+ * src/ephy-tab.c: (popup_menu_at_coords), (ephy_tab_show_embed_popup),
+ (ephy_tab_context_menu_cb), (ephy_tab_set_event):
+ * src/ephy-window.c: (popup_menu_at_coords), (show_embed_popup),
+ (tab_context_menu_cb), (ephy_window_set_active_tab):
+
+ Move the context popup menu to ephy-window.c.
+ If there's no background image, disable the SaveBackgroundAs
+ menu entry.
+
2003-06-19 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/mozilla/EphyWrapper.cpp: