/[gcjwebplugin]/gcjwebplugin/src/gcjwebplugin.cc
ViewVC logotype

Diff of /gcjwebplugin/src/gcjwebplugin.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by fitzsim, Sat Oct 25 18:03:53 2003 UTC revision 1.5 by fitzsim, Sun Oct 26 03:47:11 2003 UTC
# Line 144  GCJ_New (NPMIMEType pluginType, NPP inst Line 144  GCJ_New (NPMIMEType pluginType, NPP inst
144    // Allocate memory for the appletviewer name, --plugin option, each    // Allocate memory for the appletviewer name, --plugin option, each
145    // applet tag attribute and a terminating NULL.    // applet tag attribute and a terminating NULL.
146    
147    command_line[0] = g_strdup ("/home/fitzsim/build/plugin-bld/src/appletviewer");    command_line[0] = g_strdup ("appletviewer");
148    command_line[1] = g_strdup ("--plugin");    command_line[1] = g_strdup ("--plugin");
149    
150    int arg_count = 2;    int arg_count = 2;
# Line 185  GCJ_New (NPMIMEType pluginType, NPP inst Line 185  GCJ_New (NPMIMEType pluginType, NPP inst
185    if (!g_spawn_async_with_pipes (NULL,    if (!g_spawn_async_with_pipes (NULL,
186                                   command_line,                                   command_line,
187                                   NULL,                                   NULL,
188                                   (GSpawnFlags) 0,                                   G_SPAWN_SEARCH_PATH,
189                                   NULL,                                   NULL,
190                                   NULL,                                   NULL,
191                                   NULL,                                   NULL,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26