https://bugs.gpodder.org/show_bug.cgi?id=1730

--- Comment #11 from [email protected] 2013-01-07 15:33:39 GMT ---
I was going to create a proper patch, but then I got lazy.

diff --git a/src/gpodder/util.py b/src/gpodder/util.py
index f6ee08c..dd72ae7 100644
--- a/src/gpodder/util.py
+++ b/src/gpodder/util.py
@@ -1705,11 +1705,12 @@ def connection_available():
             return True
         elif gpodder.ui.osx:
             return len(list(osx_get_active_interfaces())) > 0
+        elif platform.system() == 'Linux':
+            if len(list(linux_get_active_interfaces())) > 0:
+                return True
         else:
             if len(list(unix_get_active_interfaces())) > 0:
                 return True
-            elif len(list(linux_get_active_interfaces())) > 0:
-                return True

         return False
     except Exception, e:

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to