From 95e634c22d16429ee0deccee77b15dda4a44f234 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Jul 2010 16:58:15 +0800 Subject: [PATCH] tests/status_icon.js --- tests/status_icon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/status_icon.js b/tests/status_icon.js index 39fab6dde..74b1eaceb 100644 --- a/tests/status_icon.js +++ b/tests/status_icon.js @@ -30,7 +30,7 @@ function active(status_icon, button, time, data) var area = new Gdk.Rectangle(); var ret = {}; - status_icon.get_geometry(ret, area); + status_icon.get_geometry(ret); //print(JSON.stringify(area)); print(ret.orientation); print(area.width); -- 2.39.2