Decrease time for starting from 20 seconds to 10 seconds.
Fri Mar 12 12:06:18 1999 Owen Taylor <otaylor@redhat.com> * capplets/wm-properties/wm-exec.c (start_do): Decrease time for starting from 20 seconds to 10 seconds. * capplets/wm-properties/wm-properties-capplet.c (add_dialog): Track selected row properly on adds and deletes. * capplets/wm-properties/wm-properties-capplet.c: Fix bug where wm-properties capplet wouldn't exit upon succesful completion.
This commit is contained in:
parent
e4d28750e7
commit
14049208d8
3 changed files with 58 additions and 8 deletions
|
@ -269,7 +269,7 @@ start_do (RestartInfo *info)
|
|||
{
|
||||
gnome_desktop_entry_launch (info->dentry);
|
||||
|
||||
info->retries = 20;
|
||||
info->retries = 10;
|
||||
gtk_timeout_add (1000, start_timeout, info);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue