From 02f8486553e5d7522c5150af6cd6a5608e3c8870 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 29 Sep 2011 02:05:20 +0000 Subject: [PATCH] (help_cb): Supply MESSAGE_FORMAT arg to gtk_message_dialog_new. --- src/mim-config.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mim-config.c b/src/mim-config.c index a05d212..4b035b5 100644 --- a/src/mim-config.c +++ b/src/mim-config.c @@ -1,5 +1,5 @@ /* mim-config.c -- M17N input method configuration - Copyright (C) 2007 + Copyright (C) 2007, 2011 National Institute of Advanced Industrial Science and Technology (AIST) Registration Number H15PRO112 @@ -641,7 +641,8 @@ help_cb (GtkButton *button, gpointer data) GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_INFO, GTK_BUTTONS_CLOSE, - CURRENT_DESCRIPTION); + CURRENT_DESCRIPTION, + "%s"); gtk_dialog_run (GTK_DIALOG (msg)); gtk_widget_destroy (msg); } -- 1.7.10.4