search for: 0c2ff6b

Displaying 2 results from an estimated 2 matches for "0c2ff6b".

Did you mean: 0c2fa6b
2007 Aug 02
1
player/swfplay.c
player/swfplay.c | 36 +++++++++++++++++++++++++----------- 1 files changed, 25 insertions(+), 11 deletions(-) New commits: diff-tree ba4f1da69d0c74c45b0b4d92330f2203d258bb49 (from 3398ec3ae1d036d76054f7ddec170dc158e47079) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 2 11:54:25 2007 +0200 make swfplay open normal files again and not require complete URLs diff --git
2007 Aug 24
0
2 commits - player/swfplay.c
...rg/git/swfdec/swfdec diff-tree bdc6d74104cb70c721602a1e3c164153c73efe72 (from b319db3cbe2ce11e2d2edcf27ad44d28fa22de47) Author: Benjamin Otte <otte at gnome.org> Date: Fri Aug 24 15:23:39 2007 +0200 really make quit work diff --git a/player/swfplay.c b/player/swfplay.c index 7521acf..0c2ff6b 100644 --- a/player/swfplay.c +++ b/player/swfplay.c @@ -31,6 +31,8 @@ #include "swfdec_slow_loader.h" +static GMainLoop *loop = NULL; + static void set_title (GtkWindow *window, const char *filename) { @@ -62,11 +64,8 @@ static void do_fscommand (SwfdecPlayer *player, const char...