public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/raw-thumbnailer/files: raw-thumbnailer-0.2-return_0_with_success.patch
@ 2011-04-22 19:48 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-04-22 19:48 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/04/22 19:48:55

  Added:                raw-thumbnailer-0.2-return_0_with_success.patch
  Log:
  Return 0 with success wrt #364511 by Łukasz Stelmach.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-gfx/raw-thumbnailer/files/raw-thumbnailer-0.2-return_0_with_success.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/files/raw-thumbnailer-0.2-return_0_with_success.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/raw-thumbnailer/files/raw-thumbnailer-0.2-return_0_with_success.patch?rev=1.1&content-type=text/plain

Index: raw-thumbnailer-0.2-return_0_with_success.patch
===================================================================
http://bugs.gentoo.org/364511

--- src/main.c
+++ src/main.c
@@ -120,7 +120,7 @@
 	GdkPixbuf *pixbuf;
 	pixbuf = or_gdkpixbuf_extract_rotated_thumbnail(inputFile, thumbnailSize);
 	if(pixbuf == NULL) return -1;
-	if (!save_pixbuf(pixbuf, outputFile, thumbnailSize)) return -1;
+	if (save_pixbuf(pixbuf, outputFile, thumbnailSize)) return -1;
 
 	return 0;
 }






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/raw-thumbnailer/files: raw-thumbnailer-0.2-return_0_with_success.patch
@ 2012-02-02 14:58 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-02 14:58 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/02/02 14:58:03

  Removed:              raw-thumbnailer-0.2-return_0_with_success.patch
  Log:
  old
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-02 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-02 14:58 [gentoo-commits] gentoo-x86 commit in media-gfx/raw-thumbnailer/files: raw-thumbnailer-0.2-return_0_with_success.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-22 19:48 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox