View | Details | Raw Unified | Return to bug 411497
Collapse All | Expand All

(-)devhelp-0.19/src/dh-gecko-utils.cpp (-2 lines)
Lines 350-363 nsresult rv; Link Here
350
       return;
350
       return;
351
    }
351
    }
352
352
353
 #ifdef GTKEmbedGlueStartupInternal
354
    rv = GTKEmbedGlueStartupInternal();
353
    rv = GTKEmbedGlueStartupInternal();
355
    if (NS_FAILED (rv))
354
    if (NS_FAILED (rv))
356
    {
355
    {
357
       g_warning ("Could not startup embed glue (internal)!\n");
356
       g_warning ("Could not startup embed glue (internal)!\n");
358
       return;
357
       return;
359
    }
358
    }
360
 #endif
361
359
362
    char *lastSlash = strrchr(xpcomLocation, '/');
360
    char *lastSlash = strrchr(xpcomLocation, '/');
363
    if (lastSlash)
361
    if (lastSlash)

Return to bug 411497