[gnome-photos/wip/rishi/thumbnailer: 8/15] pixbuf: Fix typo



commit bd0ada4da11faae74a7e97e4a08129db75e91eaf
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Feb 22 17:47:58 2017 +0100

    pixbuf: Fix typo
    
    Fallout from 8be5958122fa529bbc5e2be43d7153915fe65afd
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690255

 src/photos-pixbuf.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/photos-pixbuf.c b/src/photos-pixbuf.c
index efa9e79..bfae770 100644
--- a/src/photos-pixbuf.c
+++ b/src/photos-pixbuf.c
@@ -95,7 +95,7 @@ photos_pixbuf_new_from_file_at_size_async (const gchar *filename,
   g_return_if_fail (filename != NULL && filename[0] != '\0');
   g_return_if_fail (cancellable == NULL || G_IS_CANCELLABLE (cancellable));
 
-  data = photos_pixbuf_new_from_file_data_new (filename, width, height);
+  data = photos_pixbuf_new_from_file_data_new (filename, height, width);
 
   task = g_task_new (NULL, cancellable, callback, user_data);
   g_task_set_return_on_cancel (task, TRUE);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]