[d-feet/pygi] Fix reload button
- From: Thomas Bechtold <toabctl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet/pygi] Fix reload button
- Date: Mon, 15 Oct 2012 15:46:57 +0000 (UTC)
commit 37b9c7e2dea158f4521336bfdc49aa356b030131
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date: Fri Oct 12 11:25:51 2012 +0200
Fix reload button
dfeet/introspection.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dfeet/introspection.py b/dfeet/introspection.py
index 5890931..693c07a 100644
--- a/dfeet/introspection.py
+++ b/dfeet/introspection.py
@@ -126,9 +126,9 @@ class AddressInfo():
self.__dbus_node_introspect("/")
- def __button_reload_clicked_cb(widget, address_info):
+ def __button_reload_clicked_cb(self, widget):
"""reload the introspection data"""
- address_info.introspect_start()
+ self.introspect_start()
def __dbus_node_introspect_cb(self, connection, result_async, object_path):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]