Updating branch refs/heads/master
to a6f9bea939b8eea1e990b1899b436a3834fe2948 (commit)
from 63ac08c6a31b996c9b1b6ef5c97d800f4d66cc1e (commit)
commit a6f9bea939b8eea1e990b1899b436a3834fe2948
Author: André Stösel <[email protected]>
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);
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits