--- galeon-1.3.15/mozilla/HeaderSniffer.cpp.old 2004-06-06 22:29:28.457835904 -0700 +++ galeon-1.3.15/mozilla/HeaderSniffer.cpp 2004-06-06 22:37:21.375941424 -0700 @@ -642,7 +642,7 @@ /* Reset the flags to turn off content, the user toggles * if they want to turn it on */ - (gint)flags &= ~EMBED_PERSIST_SAVE_CONTENT; + (gint&)flags &= ~EMBED_PERSIST_SAVE_CONTENT; galeon_embed_persist_set_flags (mEmbedPersist, flags); toggle = gtk_check_button_new_with_mnemonic (_("Save _with content"));