about summary refs log tree commit diff
path: root/pkgs/applications/video/kazam/bug_1190693.patch
blob: 9f00c6b607915ab9022b3c02af30407bb26b9a5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
=== modified file 'kazam/frontend/indicator.py'
--- a/kazam/frontend/indicator.py	2013-01-26 01:53:53 +0000
+++ b/kazam/frontend/indicator.py	2013-06-13 18:18:37 +0000
@@ -291,3 +291,9 @@
         def start_recording(self):
             logger.debug("Recording started.")
             self.indicator.set_from_icon_name("kazam-recording")
+
+        def hide_it(self):
+            self.indicator.set_visible(False)
+
+        def show_it(self):
+            self.indicator.set_visible(True)