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:
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 836adf4..397784d 100644
--- a/src/jarabe/controlpanel/sectionview.py
+++ b/src/jarabe/controlpanel/sectionview.py
@@ -53,6 +53,10 @@ class SectionView(gtk.VBox):
"""Undo here the changes that have been made in this section."""
pass
+ def perform_cancel_actions(self):
+ """Perform additional actions, when the "Cancel" button is clicked."""
+ pass
+
def perform_accept_actions(self):
"""Perform additional actions, when the "Ok" button is clicked."""
pass