diff options
author | Jean-François Rameau <jframeau@cvs.gnome.org> | 2005-09-27 03:22:19 +0800 |
---|---|---|
committer | Jean-François Rameau <jframeau@src.gnome.org> | 2005-09-27 03:22:19 +0800 |
commit | d4adb2139ba3c98379911d36534084a0e7462e8f (patch) | |
tree | 565b6ad91864a27bfe271e55667b6be3da279de9 /src/popup-commands.h | |
parent | 90e9c33223a8a56dbd97e8b45cb313bfa27a0100 (diff) | |
download | gsoc2013-epiphany-d4adb2139ba3c98379911d36534084a0e7462e8f.tar.gz gsoc2013-epiphany-d4adb2139ba3c98379911d36534084a0e7462e8f.tar.zst gsoc2013-epiphany-d4adb2139ba3c98379911d36534084a0e7462e8f.zip |
Unify background image and image code (contex menu, conext event). Fix bug
2005-09-26 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/ephy-lockdown.c: (update_window):
* src/ephy-window.c: (update_popups_tooltips), (show_embed_popup):
* src/popup-commands.c:
* src/popup-commands.h:
* embed/mozilla/EventContext.cpp: (GetEventContext):
* data/ui/epiphany-ui.xml:
Unify background image and image code (contex menu, conext event).
Fix bug 154887.
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r-- | src/popup-commands.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h index 543967da9..e8d15ecc0 100644 --- a/src/popup-commands.h +++ b/src/popup-commands.h @@ -55,9 +55,6 @@ void popup_cmd_set_image_as_background (GtkAction *action, void popup_cmd_copy_image_location (GtkAction *action, EphyWindow *window); -void popup_cmd_save_background_as (GtkAction *action, - EphyWindow *window); - void popup_cmd_open_frame (GtkAction *action, EphyWindow *window); |