summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordobey <dobey>2006-09-01 19:42:39 +0000
committerdobey <dobey>2006-09-01 19:42:39 +0000
commitab8c1f661658881b2b9c2a4690b4c6a0fa1a4f72 (patch)
tree5165e3d9f6029ae1faf68ca48d27eaec6f11183e
parent6f167d3a1f7277bdac7fc8a9d5d59d6080e408d4 (diff)
2006-09-01 Rodney Dawes <dobey@novell.com>
* scripts/gnome-background-properties.py: Use Finish button on HEAD * scripts/gnome-passwd.py: Run the right program here
-rw-r--r--ChangeLog6
-rwxr-xr-xscripts/gnome-background-properties.py2
-rwxr-xr-xscripts/gnome-passwd.py6
3 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b88213..62109b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-09-01 Rodney Dawes <dobey@novell.com>
+
+ * scripts/gnome-background-properties.py: Use Finish button on HEAD
+
+ * scripts/gnome-passwd.py: Run the right program here
+
2006-08-24 Rodney Dawes <dobey@novell.com>
* scripts/gnome-*-properties.py:
diff --git a/scripts/gnome-background-properties.py b/scripts/gnome-background-properties.py
index aa1fe8a..73ece96 100755
--- a/scripts/gnome-background-properties.py
+++ b/scripts/gnome-background-properties.py
@@ -14,6 +14,6 @@ guiexist (window_title)
a11y_scan_window (window_title)
-click (window_title, 'btnClose')
+click (window_title, 'btnFinish')
a11y_test_shutdown ()
diff --git a/scripts/gnome-passwd.py b/scripts/gnome-passwd.py
index aa1fe8a..1c8f6e6 100755
--- a/scripts/gnome-passwd.py
+++ b/scripts/gnome-passwd.py
@@ -5,8 +5,8 @@ from ldtp import *
from ldtputils import *
from A11yTestUtils import *
-program_name = 'gnome-background-properties'
-window_title = 'Desktop Background Preferences'
+program_name = 'gnome-passwd'
+window_title = 'Change Password'
a11y_test_init (program_name)
@@ -14,6 +14,6 @@ guiexist (window_title)
a11y_scan_window (window_title)
-click (window_title, 'btnClose')
+click (window_title, 'btnCancel')
a11y_test_shutdown ()