totem r5730 - in trunk: . browser-plugin
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: totem r5730 - in trunk: . browser-plugin
- Date: Mon, 29 Sep 2008 12:47:27 +0000 (UTC)
Author: chpe
Date: Mon Sep 29 12:47:27 2008
New Revision: 5730
URL: http://svn.gnome.org/viewvc/totem?rev=5730&view=rev
Log:
Bug 554224 â format not a string literal and no format arguments
Modified:
trunk/ChangeLog
trunk/browser-plugin/totem-plugin-viewer.c
Modified: trunk/browser-plugin/totem-plugin-viewer.c
==============================================================================
--- trunk/browser-plugin/totem-plugin-viewer.c (original)
+++ trunk/browser-plugin/totem-plugin-viewer.c Mon Sep 29 12:47:27 2008
@@ -304,9 +304,9 @@
int code,
char *secondary)
{
- emb->error = g_error_new (TOTEM_EMBEDDED_ERROR_QUARK,
- code,
- secondary);
+ emb->error = g_error_new_literal (TOTEM_EMBEDDED_ERROR_QUARK,
+ code,
+ secondary);
g_message ("totem_embedded_set_error: '%s'", secondary);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]