[Xfce4-commits] <xfce4-taskmanager:master> Remove the 250ms refresh rate
Mike Massonnet
noreply at xfce.org
Sun Jun 13 17:50:02 CEST 2010
Updating branch refs/heads/master
to e8b49da6e7ee0b84950a53cc0d369391b489d4d6 (commit)
from 2a858e2acd3d322d969acbf5ce9ade1a2d100606 (commit)
commit e8b49da6e7ee0b84950a53cc0d369391b489d4d6
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Jun 13 17:45:04 2010 +0200
Remove the 250ms refresh rate
At this refresh rate the application occupies too many CPU cycles and
this is totally beside the point.
src/process-window.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/process-window.c b/src/process-window.c
index 0ffdbab..267cf6e 100644
--- a/src/process-window.c
+++ b/src/process-window.c
@@ -314,7 +314,6 @@ build_refresh_rate_menu (XtmSettings *settings)
menu = gtk_menu_new ();
/* TRANSLATORS: The next values are in seconds or milliseconds */
- menu_refresh_rate_append_item (GTK_MENU (menu), _("250ms"), 250, settings);
menu_refresh_rate_append_item (GTK_MENU (menu), _("500ms"), 500, settings);
menu_refresh_rate_append_item (GTK_MENU (menu), _("750ms"), 750, settings);
menu_refresh_rate_append_item (GTK_MENU (menu), _("1s"), 1000, settings);
More information about the Xfce4-commits
mailing list