[packages/im-chooser] - more fixes

baggins baggins at pld-linux.org
Mon Nov 12 22:23:48 CET 2012


commit d897510306a1a5c5e3d2969872201bc215ded4e2
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Nov 12 22:23:41 2012 +0100

    - more fixes

 im-chooser-format-security.patch | 13 +++++++++++++
 1 file changed, 13 insertions(+)
---
diff --git a/im-chooser-format-security.patch b/im-chooser-format-security.patch
index 556b4b7..7d87db1 100644
--- a/im-chooser-format-security.patch
+++ b/im-chooser-format-security.patch
@@ -56,3 +56,16 @@
  		g_error_free(err);
  		return NULL;
  	}
+--- im-chooser-1.6.1/src/app/main.c~	2012-07-12 13:17:55.000000000 +0200
++++ im-chooser-1.6.1/src/app/main.c	2012-11-12 22:23:24.242685099 +0100
+@@ -92,8 +92,8 @@
+ 						 GTK_DIALOG_MODAL,
+ 						 GTK_MESSAGE_ERROR,
+ 						 GTK_BUTTONS_OK,
+-						 s);
+-	gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG (dlg), details);
++						 "%s", s);
++	gtk_message_dialog_format_secondary_text(GTK_MESSAGE_DIALOG (dlg), "%s", details);
+ 
+ 	/* for GNOME HIG compliance */
+ #if 0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/im-chooser.git/commitdiff/d897510306a1a5c5e3d2969872201bc215ded4e2



More information about the pld-cvs-commit mailing list