Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53195
Collapse All | Expand All

(-)galeon-1.3.15/mozilla/HeaderSniffer.cpp.old (-1 / +1 lines)
Lines 642-648 Link Here
642
642
643
		/* Reset the flags to turn off content, the user toggles
643
		/* Reset the flags to turn off content, the user toggles
644
		 * if they want to turn it on */
644
		 * if they want to turn it on */
645
		(gint)flags &= ~EMBED_PERSIST_SAVE_CONTENT;
645
		(gint&)flags &= ~EMBED_PERSIST_SAVE_CONTENT;
646
		galeon_embed_persist_set_flags (mEmbedPersist, flags);
646
		galeon_embed_persist_set_flags (mEmbedPersist, flags);
647
647
648
		toggle = gtk_check_button_new_with_mnemonic (_("Save _with content"));
648
		toggle = gtk_check_button_new_with_mnemonic (_("Save _with content"));

Return to bug 53195