fixing hp bustage
This commit is contained in:
jgaunt%netscape.com 2000-08-10 19:55:25 +00:00
parent e4eb57d447
commit 2386a87345

View File

@ -40,7 +40,7 @@ NULL);
gtk_widget_show(label);
gtk_widget_show_all(window);
url = (argc > 1) ? argv[1] : "localhost";
url = (argc > 1) ? argv[1] : (char *)"localhost";
gtk_moz_embed_load_url(GTK_MOZ_EMBED(mozembed), url);
gtk_main();