aboutsummaryrefslogtreecommitdiff
path: root/src/title-widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/title-widget.c')
-rw-r--r--src/title-widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title-widget.c b/src/title-widget.c
index 45f918f..9951754 100644
--- a/src/title-widget.c
+++ b/src/title-widget.c
@@ -91,7 +91,7 @@ title_widget_init (TitleWidget *self)
priv->hbox = hbox;
g_signal_connect(G_OBJECT(twin_item), "property-changed",
G_CALLBACK(title_widget_property_update), self);
-
+ // TODO - waiting theme icon name for correct usage
priv->player_icon = gtk_image_new_from_file("/home/ronoc/branches/sound-menu-v2/finish-indicate/indicator-sound/data/sound_icon.png");
gtk_box_pack_start(GTK_BOX (priv->hbox), priv->player_icon, FALSE, FALSE, 0);