← Back to team overview

ayatana-commits team mailing list archive

[Branch ~indicator-applet-developers/indicator-applet/applet] Rev 343: Adding in the sound indicator to the list.

 

Merge authors:
  Ted Gould (ted)
Related merge proposals:
  https://code.launchpad.net/~ted/indicator-applet/sound-support/+merge/19447
  proposed by: Ted Gould (ted)
  review: Approve - Cody Russell (bratsche)
------------------------------------------------------------
revno: 343 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: applet
timestamp: Tue 2010-02-16 23:30:26 -0600
message:
  Adding in the sound indicator to the list.
modified:
  src/applet-main.c


--
lp:indicator-applet
https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet

Your team ayatana-commits is subscribed to branch lp:indicator-applet.
To unsubscribe from this branch go to https://code.launchpad.net/~indicator-applet-developers/indicator-applet/applet/+edit-subscription.
=== modified file 'src/applet-main.c'
--- src/applet-main.c	2010-01-20 14:19:27 +0000
+++ src/applet-main.c	2010-02-16 22:12:00 +0000
@@ -29,6 +29,7 @@
 
 static gchar * indicator_order[] = {
 	"libapplication.so",
+	"libsoundmenu.so",
 	"libmessaging.so",
 	"libdatetime.so",
 	"libme.so",