diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-13 17:24:50 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-13 17:24:50 +0100 |
commit | 0568dd3b8c0510269699d4f9f256b878137008d3 (patch) | |
tree | c8055b8dd481d4b018e92e5847b8888b4fa57f98 /src | |
parent | 410f37142bb9bc5f306b58292dcb8b975f52c9aa (diff) | |
parent | 11cb64daf79ff2a25b90c31c19c6f99263c42c5e (diff) | |
download | ayatana-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.c | 2 |
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 */ |