From 2422e5cf6fa0b879d6afa31c18988f50a91b1992 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Mon, 4 Jul 2005 21:54:55 +0000 Subject: - Add multimedia/istanbul Istanbul is a desktop session recorder for the Free Desktop. It records your session into an Ogg Theora video file. To start the recording, you click on its icon in the notification area. To stop you click its icon again. It works on Gnome, KDE, XFCE and others. WWW: http://live.gnome.org/Istanbul PR: ports/82986 Submitted by: Dominique Goncalves --- multimedia/istanbul/files/patch-prefs.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/istanbul/files/patch-prefs.py (limited to 'multimedia/istanbul/files/patch-prefs.py') diff --git a/multimedia/istanbul/files/patch-prefs.py b/multimedia/istanbul/files/patch-prefs.py new file mode 100644 index 000000000000..1eb595331a29 --- /dev/null +++ b/multimedia/istanbul/files/patch-prefs.py @@ -0,0 +1,11 @@ +--- istanbul/main/prefs.py ++++ istanbul/main/prefs.py 2005-07-02 19:37:21.000000000 +0200 +@@ -61,7 +61,7 @@ + state = button.get_active() + self.xml.get_widget('filenameLabel').set_sensitive(state) + self.xml.get_widget('filenameEntry').set_sensitive(state) +- self.xml.get_widget('encode_later').set_senisitive(state) ++ self.xml.get_widget('encode_later').set_sensitive(state) + + def icecast_toggled_cb(self, button): + state = button.get_active() -- cgit v1.2.3