Improve comments about startup notification

Do a better job at describe the problems in docDisplay.js related
to not reading the desktop files and finding StartupNotify=true.
Also, fix a typo.

http://bugzilla.gnome.org/show_bug.cgi?id=580658
This commit is contained in:
Owen W. Taylor
2009-05-01 16:21:00 -04:00
parent bb69afc830
commit 4664fac566
2 changed files with 7 additions and 5 deletions

View File

@ -176,7 +176,7 @@ function create_app_launch_context() {
context.set_timestamp(display.get_current_time());
// Make sure that the app is opened on the current workspace even if
// the user switches before it seetarts
// the user switches before it starts
context.set_desktop(screen.get_active_workspace_index());
return context;