gnome-power-manager r2852 - in trunk: . src
- From: rhughes svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-power-manager r2852 - in trunk: . src
- Date: Sun, 27 Jul 2008 10:06:34 +0000 (UTC)
Author: rhughes
Date: Sun Jul 27 10:06:34 2008
New Revision: 2852
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=2852&view=rev
Log:
2008-07-27 Richard Hughes <richard hughsie com>
* src/gpm-notify.c: (gpm_notify_display):
Fix compile error in #544298
Modified:
trunk/ChangeLog
trunk/src/gpm-notify.c
Modified: trunk/src/gpm-notify.c
==============================================================================
--- trunk/src/gpm-notify.c (original)
+++ trunk/src/gpm-notify.c Sun Jul 27 10:06:34 2008
@@ -232,7 +232,7 @@
"<span size='larger'><b>%s</b></span>",
GPM_NAME);
- gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), content);
+ gtk_message_dialog_format_secondary_markup (GTK_MESSAGE_DIALOG (dialog), "%s", content);
g_signal_connect_swapped (dialog,
"response",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]