[testinggtk] lookup_by_gicon was wrapped in 2.14



commit b9302329da9c9a8c6085a46cc0fec74f93c74a7f
Author: Björn Lindqvist <bjourne gmail com>
Date:   Fri Jul 10 12:15:29 2009 +0200

    lookup_by_gicon was wrapped in 2.14

 tests/test_icontheme.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test_icontheme.py b/tests/test_icontheme.py
index 4f2ce48..50e5f42 100644
--- a/tests/test_icontheme.py
+++ b/tests/test_icontheme.py
@@ -18,7 +18,7 @@ def test_wrapper_complete():
     assert hasattr(it, 'set_custom_theme')
     assert hasattr(it, 'has_icon')
     assert hasattr(it, 'lookup_icon')
-    assert hasattr(it, 'lookup_icon_by_gicon')
+    assert hasattr(it, 'lookup_by_gicon')
     assert hasattr(it, 'load_icon')
     assert hasattr(it, 'choose_icon')
     assert hasattr(it, 'list_contexts')



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