[epiphany] ephy-embed-single: couple of style fixes
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-embed-single: couple of style fixes
- Date: Tue, 14 Dec 2010 13:49:32 +0000 (UTC)
commit a3df3eb66d73f5ae98f68a7f1ce8322f64269497
Author: Xan Lopez <xan gnome org>
Date: Tue Dec 14 11:17:38 2010 +0100
ephy-embed-single: couple of style fixes
embed/ephy-embed-single.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 381f8c6..ea6f49c 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -271,7 +271,7 @@ ephy_embed_single_init (EphyEmbedSingle *single)
{
EphyEmbedSinglePrivate *priv;
WebKitWebPluginDatabase* database;
- GSList* list, *p;
+ GSList *list, *p;
single->priv = priv = EPHY_EMBED_SINGLE_GET_PRIVATE (single);
priv->online = TRUE;
@@ -287,7 +287,7 @@ ephy_embed_single_init (EphyEmbedSingle *single)
database = webkit_get_web_plugin_database ();
list = webkit_web_plugin_database_get_plugins (database);
for (p = list; p; p = p->next) {
- WebKitWebPlugin* plugin = WEBKIT_WEB_PLUGIN (p->data);
+ WebKitWebPlugin *plugin = WEBKIT_WEB_PLUGIN (p->data);
if (g_strcmp0 (webkit_web_plugin_get_name (plugin), "Shockwave Flash") == 0) {
webkit_web_plugin_set_enabled (plugin, FALSE);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]