[totem] zeitgeist-dp: Port to new _get_short_title() API
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] zeitgeist-dp: Port to new _get_short_title() API
- Date: Wed, 20 Mar 2013 13:39:52 +0000 (UTC)
commit 69da0f1eb9542baf0dc40af85cd23ebb4ac1ad50
Author: Bastien Nocera <hadess hadess net>
Date: Wed Mar 20 14:11:14 2013 +0100
zeitgeist-dp: Port to new _get_short_title() API
.../zeitgeist-dp/totem-zeitgeist-dp-plugin.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/zeitgeist-dp/totem-zeitgeist-dp-plugin.vala
b/src/plugins/zeitgeist-dp/totem-zeitgeist-dp-plugin.vala
index 043dab6..9a60ff2 100644
--- a/src/plugins/zeitgeist-dp/totem-zeitgeist-dp-plugin.vala
+++ b/src/plugins/zeitgeist-dp/totem-zeitgeist-dp-plugin.vala
@@ -138,7 +138,7 @@ class ZeitgeistDpPlugin: GLib.Object, Peas.Activatable {
Source.remove (media_info_timeout);
media_info_timeout = 0;
- current_media.title = Totem.get_short_title (totem);
+ current_media.title = totem.get_short_title ();
timeout_id = 0;
wait_for_media_info ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]