diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-08 20:25:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-08 20:25:40 +0800 |
commit | 8f25e193643306b9faf15f0c1b84014d8352ca4c (patch) | |
tree | 73a76f6b8150714be794e07d664c7ac39b55b3e0 | |
parent | cc0119023a33ea35fb0dee2c7f0f41f56b700978 (diff) | |
download | gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.gz gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.tar.zst gsoc2013-epiphany-8f25e193643306b9faf15f0c1b84014d8352ca4c.zip |
ephy-embed-shell: minor style fixes
-rw-r--r-- | embed/ephy-embed-shell.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 251e15353..e5c41d735 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -271,9 +271,9 @@ ephy_embed_shell_prepare_close (EphyEmbedShell *shell) static void ephy_embed_shell_set_property (GObject *object, - guint prop_id, - const GValue *value, - GParamSpec *pspec) + guint prop_id, + const GValue *value, + GParamSpec *pspec) { EphyEmbedShell *embed_shell = EPHY_EMBED_SHELL (object); @@ -288,9 +288,9 @@ ephy_embed_shell_set_property (GObject *object, static void ephy_embed_shell_get_property (GObject *object, - guint prop_id, - GValue *value, - GParamSpec *pspec) + guint prop_id, + GValue *value, + GParamSpec *pspec) { EphyEmbedShell *embed_shell = EPHY_EMBED_SHELL (object); @@ -510,7 +510,7 @@ ephy_embed_shell_get_page_setup (EphyEmbedShell *shell) **/ void ephy_embed_shell_set_print_settings (EphyEmbedShell *shell, - GtkPrintSettings *settings) + GtkPrintSettings *settings) { EphyEmbedShellPrivate *priv; char *path; |