[rhythmbox] podcast: remove extra g_task_return_error()



commit 2fd31b6943a4558c9c2d72fdf97b2eb6d71f866f
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sun Oct 11 22:56:57 2020 +1000

    podcast: remove extra g_task_return_error()

 podcast/rb-podcast-manager.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/podcast/rb-podcast-manager.c b/podcast/rb-podcast-manager.c
index 833541206..33b956e7a 100644
--- a/podcast/rb-podcast-manager.c
+++ b/podcast/rb-podcast-manager.c
@@ -2031,7 +2031,6 @@ download_task (GTask *task, gpointer source_object, gpointer task_data, GCancell
                        break;
                } else if (retry_on_error (error) == FALSE) {
                        rb_debug ("giving up after error from http request: %s", error->message);
-                       g_task_return_error (task, error);
                        break;
                }
 


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