From: oes Date: Wed, 18 Jul 2001 12:27:03 +0000 (+0000) Subject: Changed deanimate-gifs to string action X-Git-Tag: v_2_9_9~244 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=0b1b0c9dbde3b3d5cdea1d59695377c2dcbca176 Changed deanimate-gifs to string action --- diff --git a/actionlist.h b/actionlist.h index 79f4ccd0..cc65b2aa 100644 --- a/actionlist.h +++ b/actionlist.h @@ -39,6 +39,10 @@ * * Revisions : * $Log: actionlist.h,v $ + * Revision 1.4 2001/07/13 13:52:12 oes + * - Formatting + * - Introduced new action ACTION_DEANIMATE + * * Revision 1.3 2001/06/07 23:03:56 jongfoster * Added standard comment at top of file. * @@ -48,7 +52,7 @@ DEFINE_ACTION_MULTI ("add-header", ACTION_MULTI_ADD_HEADER) DEFINE_ACTION_BOOL ("block", ACTION_BLOCK) -DEFINE_ACTION_BOOL ("deanimate-gifs", ACTION_DEANIMATE) +DEFINE_ACTION_STRING("deanimate-gifs", ACTION_DEANIMATE, ACTION_STRING_DEANIMATE) DEFINE_ACTION_BOOL ("fast-redirects", ACTION_FAST_REDIRECTS) DEFINE_ACTION_BOOL ("filter", ACTION_FILTER) DEFINE_ACTION_BOOL ("hide-forwarded", ACTION_HIDE_FORWARDED)