summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordobey <dobey>2006-09-18 20:46:17 +0000
committerdobey <dobey>2006-09-18 20:46:17 +0000
commit88765e93d75be2460470aabb2566769426e60182 (patch)
tree6cc89cfaa776432b1d075b793a04395390b89432
parentd1055f01c09ec83576296dc487d4ce41f45cb8c8 (diff)
2006-09-18 Rodney Dawes <dobey@novell.com>
* scripts/gnome-system-monitor.py: Scan the about box too, now that we can handle the (C) character
-rw-r--r--ChangeLog5
-rwxr-xr-xscripts/gnome-system-monitor.py4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 946b753..c209f31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-09-18 Rodney Dawes <dobey@novell.com>
+ * scripts/gnome-system-monitor.py: Scan the about box too, now that
+ we can handle the (C) character
+
+2006-09-18 Rodney Dawes <dobey@novell.com>
+
* scripts/gimp.py: Update script to check more dialogs in GIMP, and
document a couple LDTP bugs that automating GIMP exposes
diff --git a/scripts/gnome-system-monitor.py b/scripts/gnome-system-monitor.py
index 7897d86..ad480f9 100755
--- a/scripts/gnome-system-monitor.py
+++ b/scripts/gnome-system-monitor.py
@@ -17,8 +17,8 @@ a11y_scan_window (window_title)
selectmenuitem (window_title, 'mnuEdit;mnuPreferences')
a11y_scan_dialog ('*Pref*', 'btnClose')
-#selectmenuitem (window_title, 'mnuHelp;mnuAbout')
-#a11y_scan_dialog ('*About*', 'btnClose')
+selectmenuitem (window_title, 'mnuHelp;mnuAbout')
+a11y_scan_dialog ('*About*', 'btnClose')
selectmenuitem (window_title, 'mnuFile;mnuQuit')