[gnome-photos] pixbuf: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] pixbuf: Fix typo
- Date: Thu, 23 Feb 2017 08:49:12 +0000 (UTC)
commit b876abc54baf723c0fc14cb1b1347bebe0ab2456
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]