[totem] main: Fix build of totem.c
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Fix build of totem.c
- Date: Mon, 11 Mar 2013 10:07:59 +0000 (UTC)
commit bb4eda787819fa08efe3ca559d6ead0e466c5cae
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Mar 10 14:44:02 2013 +0100
main: Fix build of totem.c
The error was:
Undefined symbol: totem_session_try_restore()
https://bugzilla.gnome.org/show_bug.cgi?id=695565
src/totem.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index 906863a..c191c54 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -48,6 +48,7 @@
#include "totem-uri.h"
#include "totem-preferences.h"
#include "totem-sidebar.h"
+#include "totem-session.h"
#include "video-utils.h"
static gboolean startup_called = FALSE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]