summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordobey <dobey>2006-09-01 19:44:04 +0000
committerdobey <dobey>2006-09-01 19:44:04 +0000
commit9f0c26a8aa283bc95f6c68219891ccd508b798d7 (patch)
tree193bd78b253e6a52846dab86cba0acb341743b1c
parent6f167d3a1f7277bdac7fc8a9d5d59d6080e408d4 (diff)
2006-09-01 Rodney Dawes <dobey@novell.com>
* scripts/gnome-passwd.py: Run the right program here
-rw-r--r--ChangeLog4
-rwxr-xr-xscripts/gnome-passwd.py6
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b88213..50f6a8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-01 Rodney Dawes <dobey@novell.com>
+
+ * 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-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 ()