From 480bbcd924af05262ee6241f3db3a3470d88aa7b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 12 Jul 2010 17:35:35 +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 1c05d870a..426b3b5ea 100644 --- a/tests/status_icon.js +++ b/tests/status_icon.js @@ -10,7 +10,7 @@ window.set_default_size(600, 500); window.signal.hide.connect(Gtk.main_quit); // Create the GtkStatusIcon from a file -var icon = new Gtk.StatusIcon({file : "/home/marin/Bureau/Bric_a_brac/notify/icon.png"}); +var icon = new Gtk.StatusIcon({stock : Gtk.STOCK_MEDIA_PLAY}); // Create the menu var menu = new Gtk.Menu(); -- 2.39.2