nautilus-sendto r363 - in trunk: . src/plugins
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: nautilus-sendto r363 - in trunk: . src/plugins
- Date: Thu, 16 Oct 2008 19:39:36 +0000 (UTC)
Author: chpe
Date: Thu Oct 16 19:39:36 2008
New Revision: 363
URL: http://svn.gnome.org/viewvc/nautilus-sendto?rev=363&view=rev
Log:
* src/plugins/e-contact-entry.c: Use printf safely. Bug #556617.
Modified:
trunk/ChangeLog
trunk/src/plugins/e-contact-entry.c
Modified: trunk/src/plugins/e-contact-entry.c
==============================================================================
--- trunk/src/plugins/e-contact-entry.c (original)
+++ trunk/src/plugins/e-contact-entry.c Thu Oct 16 19:39:36 2008
@@ -517,7 +517,7 @@
if ((lookup->book = e_book_new (s, &error)) == NULL) {
/* TODO handle this better, fire the error signal I guess */
- g_warning (error->message);
+ g_warning ("%s", error->message);
g_error_free (error);
g_free (lookup);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]