Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/controlpanel/sectionview.py
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2012-10-17 18:08:47 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2012-10-17 18:08:47 (GMT)
commit2727bbb9a2c91a97742d4757247a30e31742e33e (patch)
treec80174da7822d9a270ede4406b8cab9a00073fc4 /src/jarabe/controlpanel/sectionview.py
parent624f9263dde350d8916290b5414718571ea8880a (diff)
parent2cc6b91918aa8fabeb68b143f12c71cbf017b613 (diff)
Merge remote-tracking branch 'ajay/0.97.7-as-base' into integration
Diffstat (limited to 'src/jarabe/controlpanel/sectionview.py')
-rw-r--r--src/jarabe/controlpanel/sectionview.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jarabe/controlpanel/sectionview.py b/src/jarabe/controlpanel/sectionview.py
index cbf4768..074a8ae 100644
--- a/src/jarabe/controlpanel/sectionview.py
+++ b/src/jarabe/controlpanel/sectionview.py
@@ -52,3 +52,7 @@ class SectionView(Gtk.VBox):
def undo(self):
"""Undo here the changes that have been made in this section."""
pass
+
+ def perform_accept_actions(self):
+ """Perform additional actions, when the "Ok" button is clicked."""
+ pass