totem r5930 - in trunk: . src
- From: pwithnall svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5930 - in trunk: . src
- Date: Thu, 22 Jan 2009 07:24:02 +0000 (UTC)
Author: pwithnall
Date: Thu Jan 22 07:24:02 2009
New Revision: 5930
URL: http://svn.gnome.org/viewvc/totem?rev=5930&view=rev
Log:
2009-01-22 Philip Withnall <philip tecnocode co uk>
* src/totem-session.c (totem_session_restore): Add a check for
filenames != NULL to totem_session_restore. (Closes: #443605)
Modified:
trunk/ChangeLog
trunk/src/totem-session.c
Modified: trunk/src/totem-session.c
==============================================================================
--- trunk/src/totem-session.c (original)
+++ trunk/src/totem-session.c Thu Jan 22 07:24:02 2009
@@ -125,6 +125,7 @@
{
char *mrl, *uri, *subtitle;
+ g_return_if_fail (filenames != NULL);
g_return_if_fail (filenames[0] != NULL);
uri = filenames[0];
subtitle = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]