aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-09-13 17:24:50 +0100
committerConor Curran <conor.curran@canonical.com>2010-09-13 17:24:50 +0100
commit0568dd3b8c0510269699d4f9f256b878137008d3 (patch)
treec8055b8dd481d4b018e92e5847b8888b4fa57f98 /src
parent410f37142bb9bc5f306b58292dcb8b975f52c9aa (diff)
parent11cb64daf79ff2a25b90c31c19c6f99263c42c5e (diff)
downloadayatana-indicator-sound-0568dd3b8c0510269699d4f9f256b878137008d3.tar.gz
ayatana-indicator-sound-0568dd3b8c0510269699d4f9f256b878137008d3.tar.bz2
ayatana-indicator-sound-0568dd3b8c0510269699d4f9f256b878137008d3.zip
merge the non-mono fix branch
Diffstat (limited to 'src')
-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 1146818..bc1d453 100644
--- a/src/title-widget.c
+++ b/src/title-widget.c
@@ -85,7 +85,7 @@ title_widget_init (TitleWidget *self)
gint width, height;
gtk_icon_size_lookup(GTK_ICON_SIZE_MENU, &width, &height);
- GtkWidget * icon = gtk_image_new_from_icon_name("sound_icon", GTK_ICON_SIZE_MENU);
+ GtkWidget * icon = gtk_image_new_from_icon_name("sound-icon", GTK_ICON_SIZE_MENU);
gtk_widget_set_size_request(icon, width
+ 5 /* ref triangle is 5x9 pixels */