gnome-power-manager r3233 - in trunk: . src



Author: rhughes
Date: Thu Feb  5 12:38:59 2009
New Revision: 3233
URL: http://svn.gnome.org/viewvc/gnome-power-manager?rev=3233&view=rev

Log:
2009-02-05  Richard Hughes  <richard hughsie com>

* src/gpm-statistics.c: (gpm_stats_format_details):
Add two more timer names.


Modified:
   trunk/ChangeLog
   trunk/src/gpm-statistics.c

Modified: trunk/src/gpm-statistics.c
==============================================================================
--- trunk/src/gpm-statistics.c	(original)
+++ trunk/src/gpm-statistics.c	Thu Feb  5 12:38:59 2009
@@ -766,6 +766,12 @@
 	} else if (g_str_has_prefix (obj->details, "mod_timer")) {
 		/* TRANSLATORS: a timer is something that fires periodically */
 		details = g_strdup_printf (_("Timer %s"), obj->details+10);
+	} else if (g_str_has_prefix (obj->details, "hrtimer_start_expires")) {
+		/* TRANSLATORS: a timer is something that fires periodically */
+		details = g_strdup_printf (_("Timer %s"), obj->details+22);
+	} else if (g_str_has_prefix (obj->details, "hrtimer_start")) {
+		/* TRANSLATORS: a timer is something that fires periodically */
+		details = g_strdup_printf (_("Timer %s"), obj->details+14);
 	} else if (g_str_has_prefix (obj->details, "do_setitimer")) {
 		/* TRANSLATORS: a timer is something that fires periodically */
 		details = g_strdup_printf (_("Timer %s"), obj->details+10);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]