[totem] properties: Remove totem prefix from private function
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] properties: Remove totem prefix from private function
- Date: Fri, 13 Jul 2012 12:15:24 +0000 (UTC)
commit 6d0bd18b59a7d5e8c0ab04ae626264dcb28fdc8f
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 13 12:15:24 2012 +0100
properties: Remove totem prefix from private function
src/properties/bacon-video-widget-properties.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/properties/bacon-video-widget-properties.c b/src/properties/bacon-video-widget-properties.c
index a83d0ed..6080390 100644
--- a/src/properties/bacon-video-widget-properties.c
+++ b/src/properties/bacon-video-widget-properties.c
@@ -141,7 +141,7 @@ bacon_video_widget_properties_reset (BaconVideoWidgetProperties *props)
}
static char *
-totem_time_to_string_text (gint64 msecs)
+time_to_string_text (gint64 msecs)
{
char *secs, *mins, *hours, *string;
int sec, min, hour, _time;
@@ -195,7 +195,7 @@ bacon_video_widget_properties_set_duration (BaconVideoWidgetProperties *props,
if (_time == props->priv->time)
return;
- string = totem_time_to_string_text (_time);
+ string = time_to_string_text (_time);
bacon_video_widget_properties_set_label (props, "duration", string);
g_free (string);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]