[Xfce4-commits] <midori:master> Typo: Instead of the array each item should be checked
Christian Dywan
noreply at xfce.org
Sat Mar 31 03:30:01 CEST 2012
Updating branch refs/heads/master
to a6f9bea939b8eea1e990b1899b436a3834fe2948 (commit)
from 63ac08c6a31b996c9b1b6ef5c97d800f4d66cc1e (commit)
commit a6f9bea939b8eea1e990b1899b436a3834fe2948
Author: André Stösel <andre at stoesel.de>
Date: Fri Mar 30 19:34:57 2012 +0200
Typo: Instead of the array each item should be checked
midori/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/main.c b/midori/main.c
index 50d3ebc..b19914f 100644
--- a/midori/main.c
+++ b/midori/main.c
@@ -1312,7 +1312,7 @@ midori_load_extensions (gpointer data)
MidoriExtension* extension_item;
KATZE_ARRAY_FOREACH_ITEM (extension_item, KATZE_ARRAY (extension))
{
- if (MIDORI_IS_EXTENSION (extension))
+ if (MIDORI_IS_EXTENSION (extension_item))
midori_load_extension (app, extensions,
active_extensions, extension_item,
filename);
More information about the Xfce4-commits
mailing list