[gimp] plug-ins: Use string literal as format in metadata plug-in
- From: Martin Nordholts <martinn src gnome org>
- To: svn-commits-list gnome org
- Subject: [gimp] plug-ins: Use string literal as format in metadata plug-in
- Date: Tue, 14 Jul 2009 10:26:01 +0000 (UTC)
commit c6798bc247c0b5e3063f8e7eae0c46c685e5d75e
Author: Martin Nordholts <martinn src gnome org>
Date: Tue Jul 14 11:49:54 2009 +0200
plug-ins: Use string literal as format in metadata plug-in
plug-ins/metadata/interface.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/metadata/interface.c b/plug-ins/metadata/interface.c
index 1fb1372..e261bdb 100644
--- a/plug-ins/metadata/interface.c
+++ b/plug-ins/metadata/interface.c
@@ -427,7 +427,7 @@ metadata_message_dialog (GtkMessageType type,
{
GtkWidget *dlg;
- dlg = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, message);
+ dlg = gtk_message_dialog_new (parent, 0, type, GTK_BUTTONS_OK, "%s", message);
if (title)
gtk_window_set_title (GTK_WINDOW (dlg), title);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]