[totem] main: Make "Select Subtitle" work
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Make "Select Subtitle" work
- Date: Mon, 1 Jul 2013 16:34:38 +0000 (UTC)
commit 488a90d874fb74e1aec2e60f2e0b91ec14faa5dd
Author: Alban Browaeys <prahal yahoo com>
Date: Wed Jun 26 07:05:57 2013 +0200
main: Make "Select Subtitle" work
Fixes identifier used to grab GActionEntry select-subtitle
(totem:19871): GLib-GIO-CRITICAL **: g_simple_action_set_enabled: assertion 'G_IS_SIMPLE_ACTION (simple)'
failed
https://bugzilla.gnome.org/show_bug.cgi?id=703096
src/totem-object.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-object.c b/src/totem-object.c
index edf9afa..48a27b6 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -1707,7 +1707,7 @@ totem_action_set_mrl (TotemObject *totem,
totem_action_set_sensitivity ("clear-playlist", FALSE);
/* Subtitle selection */
- totem_action_set_sensitivity2 ("app.select-subtitle", FALSE);
+ totem_action_set_sensitivity2 ("select-subtitle", FALSE);
/* Set the logo */
bacon_video_widget_set_logo_mode (totem->bvw, TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]