summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2009-11-05 23:32:10 +0100
committerBenjamin Otte <otte@gnome.org>2009-11-05 23:32:10 +0100
commitd8aa1c238403971b01243db3eeb6e1354ec0d960 (patch)
tree2545d228be4fc3021fad4db1b5589dbd7ef3082a
parentb509c65c4828bb1795b0090bebd8f96ac868a479 (diff)
parent11bfe822fc16a06d8eacacd36a069ccf9dbc1201 (diff)
Merge branch '0.8'
Conflicts: configure.ac
-rw-r--r--src/plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin.c b/src/plugin.c
index 857d733..9a50cdc 100644
--- a/src/plugin.c
+++ b/src/plugin.c
@@ -289,7 +289,7 @@ plugin_new (NPMIMEType mime_type, NPP instance,
guint j;
for (j = 0; j < G_N_ELEMENTS (possibilities); j++) {
- if (g_ascii_strcasecmp (argv[j], possibilities[j].name) == 0) {
+ if (g_ascii_strcasecmp (argv[i], possibilities[j].name) == 0) {
align = possibilities[j].align;
break;
}