search for: 4940b74

Displaying 2 results from an estimated 2 matches for "4940b74".

Did you mean: 494074
2007 Jun 28
0
Branch 'as' - libswfdec/swfdec_button_movie.c
...1dd1ce26d5) Author: Benjamin Otte <otte at gnome.org> Date: Thu Jun 28 14:57:02 2007 +0200 use GC'ed strings when calling into the script engine Thanks Rados??aw Szkodzi??ski for noticing diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c index 4940b74..efa23b6 100644 --- a/libswfdec/swfdec_button_movie.c +++ b/libswfdec/swfdec_button_movie.c @@ -68,28 +68,29 @@ swfdec_button_condition_get_name (Swfdec /* FIXME: check if these events are based on conditions or if they're independant of button type */ switch (condition) { case SWFDE...
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
...me was included in their range. The new code just performs all actions again and copies old objects over where appropriate. This produces resultss that are a lot closer to the official player. diff --git a/libswfdec/swfdec_button_movie.c b/libswfdec/swfdec_button_movie.c index 19e50f0..4940b74 100644 --- a/libswfdec/swfdec_button_movie.c +++ b/libswfdec/swfdec_button_movie.c @@ -144,7 +144,7 @@ swfdec_button_movie_change_state (Swfdec if (child) { g_assert_not_reached (); } - swfdec_movie_new (mov, content); + swfdec_movie_new_for_content (mov, content); }...