Description: Add explicit string formats to gtk_dialog_new calls
 gpe-shield (0.31-5) unstable; urgency=low
 .
   * Add patch to state string format in call in interface.c
     to gtk_dialog_new (Closes: #643399)
Author: Neil Williams <codehelp@debian.org>
Bug-Debian: http://bugs.debian.org/643399

--- gpe-shield-0.31.orig/interface.c
+++ gpe-shield-0.31/interface.c
@@ -152,6 +152,7 @@ show_message(GtkMessageType type, char*
 					 GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
 					 type,
 					 GTK_BUTTONS_OK,
+					 "%s",
 					 message);
 	gtk_dialog_run (GTK_DIALOG(dialog));
 	gtk_widget_destroy(dialog);
@@ -532,6 +533,7 @@ void do_message_dlg(int type,char *msg)
 					 GTK_DIALOG_DESTROY_WITH_PARENT,
 					 type,
 					 GTK_BUTTONS_CLOSE,
+					 "%s",
 					 msg);
 	gtk_dialog_run(GTK_DIALOG(dialog));
 	gtk_widget_destroy(dialog);	
