[totem/gnome-3-10] main: Fix typo in action name
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-10] main: Fix typo in action name
- Date: Mon, 23 Sep 2013 18:30:28 +0000 (UTC)
commit 437e64ffb5f19d2f088339954686e794cc276319
Author: Bastien Nocera <hadess hadess net>
Date: Mon Sep 23 20:27:17 2013 +0200
main: Fix typo in action name
See: https://bugzilla.gnome.org/show_bug.cgi?id=708647
src/totem.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index bf82c04..12a0e5b 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -107,7 +107,7 @@ app_init (Totem *totem, char **argv)
set_rtl_icon_name (totem, "next-chapter", "media-skip-forward");
set_rtl_icon_name (totem, "previous-chapter", "media-skip-backward");
set_rtl_icon_name (totem, "skip-forward", "media-seek-forward");
- set_rtl_icon_name (totem, "skip-backward", "media-seek-backward");
+ set_rtl_icon_name (totem, "skip-backwards", "media-seek-backward");
totem->win = GTK_WIDGET (gtk_builder_get_object (totem->xml, "totem_main_window"));
g_object_bind_property (G_OBJECT (totem), "fullscreen",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]