summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui
diff options
context:
space:
mode:
authorVratislav Podzimek <vpodzime@redhat.com>2012-09-24 20:01:29 +0200
committerVratislav Podzimek <vpodzime@redhat.com>2012-09-26 10:59:51 +0200
commit12376658ce63c00cc8f73c2f99d80eb3b3c32089 (patch)
tree74972857d21aeee5ec11f6bb4947273f2dfa903d /pyanaconda/ui
parent49ae37524bc7ef03d1e1a56473b7ed012fcf7a9c (diff)
downloadanaconda-12376658ce63c00cc8f73c2f99d80eb3b3c32089.tar.gz
anaconda-12376658ce63c00cc8f73c2f99d80eb3b3c32089.tar.xz
anaconda-12376658ce63c00cc8f73c2f99d80eb3b3c32089.zip
Remove useless handler of Cancel button (AddLayout dialog)
Diffstat (limited to 'pyanaconda/ui')
-rw-r--r--pyanaconda/ui/gui/spokes/keyboard.glade1
-rw-r--r--pyanaconda/ui/gui/spokes/keyboard.py3
2 files changed, 0 insertions, 4 deletions
diff --git a/pyanaconda/ui/gui/spokes/keyboard.glade b/pyanaconda/ui/gui/spokes/keyboard.glade
index a4cd33585..b0408e796 100644
--- a/pyanaconda/ui/gui/spokes/keyboard.glade
+++ b/pyanaconda/ui/gui/spokes/keyboard.glade
@@ -31,7 +31,6 @@
<property name="receives_default">True</property>
<property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
- <signal name="clicked" handler="on_cancel_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
diff --git a/pyanaconda/ui/gui/spokes/keyboard.py b/pyanaconda/ui/gui/spokes/keyboard.py
index 899fc963a..9e250408e 100644
--- a/pyanaconda/ui/gui/spokes/keyboard.py
+++ b/pyanaconda/ui/gui/spokes/keyboard.py
@@ -134,9 +134,6 @@ class AddLayoutDialog(GUIObject):
selected = selection.count_selected_rows()
self._confirmAddButton.set_sensitive(selected)
- def on_cancel_clicked(self, *args):
- print "CANCELING"
-
def on_entry_changed(self, *args):
self._treeModelFilter.refilter()