aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.h
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2011-02-22 06:39:53 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2011-03-04 22:04:48 +0800
commitae650f34deedaa12fd02e770cda754888055f3c0 (patch)
treebb1d4df7776d858081809b38c8eeb3d9bcd375ec /src/popup-commands.h
parent345406743e691845d2e3b0a44303aa4ae5bbe61f (diff)
downloadgsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.tar
gsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.tar.gz
gsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.tar.bz2
gsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.tar.lz
gsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.tar.xz
gsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.tar.zst
gsoc2013-epiphany-ae650f34deedaa12fd02e770cda754888055f3c0.zip
popup-commands: indent fix
Bug #618443
Diffstat (limited to 'src/popup-commands.h')
-rw-r--r--src/popup-commands.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popup-commands.h b/src/popup-commands.h
index ddfc67632..02d44c188 100644
--- a/src/popup-commands.h
+++ b/src/popup-commands.h
@@ -21,13 +21,13 @@
#include "ephy-window.h"
-void popup_cmd_link_in_new_window (GtkAction *action,
+void popup_cmd_link_in_new_window (GtkAction *action,
EphyWindow *window);
void popup_cmd_link_in_new_tab (GtkAction *action,
EphyWindow *window);
-void popup_cmd_bookmark_link (GtkAction *action,
+void popup_cmd_bookmark_link (GtkAction *action,
EphyWindow *window);
void popup_cmd_view_source (GtkAction *action,