From 985250d5396b5b41c61170d2fcad2939d0921d68 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Sat, 22 Aug 2009 23:45:19 +0100 Subject: [PATCH] More appropriate applet name --- TODO | 4 ---- src/app_wm.vala | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/TODO b/TODO index 29cc65e..017dc40 100644 --- a/TODO +++ b/TODO @@ -10,10 +10,6 @@ FSO API: http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/index.html;hb=HEAD Features to add: - - show the clock when locked - - first short click turns on backlight but leaves screen as it is (for sat navs and whatnot) - - second short click within a second shows clock - - click when clock is present hides it - icon linking to "current apps" in the main screen - alarm - vibrate at alarm trigger diff --git a/src/app_wm.vala b/src/app_wm.vala index a24b141..ccb59ec 100644 --- a/src/app_wm.vala +++ b/src/app_wm.vala @@ -282,7 +282,7 @@ public void init() launcher = new Launcher("Run program"); zavai.registry.register_applet("wm.launcher", launcher); - window_list = new WindowList("Current apps"); + window_list = new WindowList("Apps"); zavai.registry.register_applet("wm.list", window_list); zavai.registry.getmenu("menu.main").add_applet("wm.list"); -- 2.30.2