summaryrefslogtreecommitdiff
path: root/gtk-recordmydesktop/src/rmdConfig.py.in
diff options
context:
space:
mode:
authoriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-08-09 23:11:43 +0000
committeriovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a>2007-08-09 23:11:43 +0000
commitc364387c6657769e29ade8fe16038a1c9b6fa1e0 (patch)
tree57e4a0e606ec4c32c70d41b185fe5e399801063d /gtk-recordmydesktop/src/rmdConfig.py.in
parentb5244639d1b3e38b1c56e03e7f65b8da44970233 (diff)
rmdConfig.py.in, rmdFrame.py, rmdPrefsWidget.py,
rmdSelectThumb.py, rmdSimple.py, rmdStrings.py, rmdTrayIcon.py : Added follow mouse option in the Preferences Widget and all relevant functionality ( save/load , defaults, string/tooltip). Also added moveFrame method so that the frame can follow the mouse. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@406 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'gtk-recordmydesktop/src/rmdConfig.py.in')
-rw-r--r--gtk-recordmydesktop/src/rmdConfig.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-recordmydesktop/src/rmdConfig.py.in b/gtk-recordmydesktop/src/rmdConfig.py.in
index ff17ebc..60bdf42 100644
--- a/gtk-recordmydesktop/src/rmdConfig.py.in
+++ b/gtk-recordmydesktop/src/rmdConfig.py.in
@@ -22,7 +22,7 @@ default_values=[15, #framerate
#but when the value is set to this the argument is omitted
0, #shared memory,0 on 1 off
0, #reset recording area ,0 on 1 off
- 75, #shared threshold.Removed at 0.3.4, preserved for compatibility of prefs file.
+ 1, #follow mouse,0 on 1 off
1, #quick subsampling,0 on 1 off
"/tmp", #working directory
1, #on the fly encoding,0 on 1 off
© All Rights Reserved