[totem] browser-plugin: Update for "error" signal change
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] browser-plugin: Update for "error" signal change
- Date: Thu, 5 Jul 2012 14:27:09 +0000 (UTC)
commit 8d2c10d1bbdf6e652db036a53fc6c24931fff11c
Author: Bastien Nocera <hadess hadess net>
Date: Wed Jul 4 21:05:34 2012 +0100
browser-plugin: Update for "error" signal change
browser-plugin/totem-plugin-viewer.c | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/browser-plugin/totem-plugin-viewer.c b/browser-plugin/totem-plugin-viewer.c
index c4443be..fe96746 100644
--- a/browser-plugin/totem-plugin-viewer.c
+++ b/browser-plugin/totem-plugin-viewer.c
@@ -1423,7 +1423,6 @@ static void
on_error_event (BaconVideoWidget *bvw,
char *message,
gboolean playback_stopped,
- gboolean fatal,
TotemEmbedded *emb)
{
if (playback_stopped) {
@@ -1452,11 +1451,6 @@ on_error_event (BaconVideoWidget *bvw,
}
}
- if (fatal) {
- /* FIXME: report error back to plugin */
- exit (1);
- }
-
totem_embedded_set_error (emb, BVW_ERROR_GENERIC, message);
totem_embedded_set_error_logo (emb, NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]