gnome-power-manager r2852 - in trunk: . src



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]