jlec        14/07/21 06:33:54

  Added:                shotwell-0.15.1-format-security.patch
  Log:
  media-gfx/shotwell: Backport fir for format-security, #517622; Version Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.1                  
media-gfx/shotwell/files/shotwell-0.15.1-format-security.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/files/shotwell-0.15.1-format-security.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/shotwell/files/shotwell-0.15.1-format-security.patch?rev=1.1&content-type=text/plain

Index: shotwell-0.15.1-format-security.patch
===================================================================
--- src/Dialogs.vala
+++ src/Dialogs.vala
@@ -31,7 +31,7 @@
 
 public bool confirm_warn_developer_changed(int number) {
     Gtk.MessageDialog dialog = new 
Gtk.MessageDialog.with_markup(AppWindow.get_instance(),
-        Gtk.DialogFlags.MODAL, Gtk.MessageType.WARNING, Gtk.ButtonsType.NONE,
+        Gtk.DialogFlags.MODAL, Gtk.MessageType.WARNING, Gtk.ButtonsType.NONE, 
"%s",
         "<span weight=\"bold\" 
size=\"larger\">%s</span>".printf(ngettext("Switching developers will undo all 
changes you have made to this photo in Shotwell",
         "Switching developers will undo all changes you have made to these 
photos in Shotwell", number)));
 




Reply via email to