[goobox] fixed update of the play button state
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] fixed update of the play button state
- Date: Sun, 3 Jun 2012 19:51:57 +0000 (UTC)
commit f91603962b8820ea12ffddfd3e6ad2c2aeb8587e
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Jun 3 14:10:08 2012 +0200
fixed update of the play button state
src/goo-window.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/goo-window.c b/src/goo-window.c
index 87e8f97..750e163 100644
--- a/src/goo-window.c
+++ b/src/goo-window.c
@@ -1413,7 +1413,7 @@ player_start_cb (GooPlayer *player,
_("_Pause"),
_("Pause"),
GOO_STOCK_PAUSE,
- "/MenuBar/CDMenu/",
+ "/ToolBar/",
NULL);
notify_current_state (window, action);
break;
@@ -1734,7 +1734,7 @@ player_done_cb (GooPlayer *player,
_("_Play"),
_("Play"),
GOO_STOCK_PLAY,
- "/MenuBar/CDMenu/",
+ "/ToolBar/",
NULL);
if (action == GOO_PLAYER_ACTION_PLAY) {
set_current_track_icon (window, GOO_STOCK_PLAY);
@@ -1752,7 +1752,7 @@ player_done_cb (GooPlayer *player,
_("_Play"),
_("Play"),
GOO_STOCK_PLAY,
- "/MenuBar/CDMenu/",
+ "/ToolBar/",
NULL);
notify_current_state (window, action);
break;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]