diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-08 21:28:58 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-08 21:28:58 +0800 |
commit | 4d5c72ea2a6792cceadd4e2da91a7ea2b6ebe896 (patch) | |
tree | 7f1df57abad6fc3cc4997af1c800005e599b433b | |
parent | 5d9f1aa0aaba692cf1ed5622b0eb04972af87964 (diff) | |
download | gsoc2013-epiphany-4d5c72ea2a6792cceadd4e2da91a7ea2b6ebe896.tar.gz gsoc2013-epiphany-4d5c72ea2a6792cceadd4e2da91a7ea2b6ebe896.tar.zst gsoc2013-epiphany-4d5c72ea2a6792cceadd4e2da91a7ea2b6ebe896.zip |
ephy-embed-shell: another style fix
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 1e5b71153..4e957a7b4 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -423,7 +423,7 @@ ephy_embed_shell_get_adblock_manager (EphyEmbedShell *shell) void ephy_embed_shell_set_page_setup (EphyEmbedShell *shell, - GtkPageSetup *page_setup) + GtkPageSetup *page_setup) { EphyEmbedShellPrivate *priv; char *path; |