evince r3247 - in trunk: . libdocument
- From: carlosgc svn gnome org
- To: svn-commits-list gnome org
- Subject: evince r3247 - in trunk: . libdocument
- Date: Sat, 1 Nov 2008 14:10:05 +0000 (UTC)
Author: carlosgc
Date: Sat Nov 1 14:10:05 2008
New Revision: 3247
URL: http://svn.gnome.org/viewvc/evince?rev=3247&view=rev
Log:
2008-11-01 Carlos Garcia Campos <carlosgc gnome org>
* libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
Initialize GError to NULL.
Modified:
trunk/ChangeLog
trunk/libdocument/ev-file-helpers.c
Modified: trunk/libdocument/ev-file-helpers.c
==============================================================================
--- trunk/libdocument/ev-file-helpers.c (original)
+++ trunk/libdocument/ev-file-helpers.c Sat Nov 1 14:10:05 2008
@@ -209,7 +209,7 @@
{
GFile *source_file;
GFile *target_file;
- GError *ioerror;
+ GError *ioerror = NULL;
gboolean result;
if (!from)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]