diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-22 22:15:44 -0600 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-22 22:15:44 -0600 |
commit | 5f6cebbcfffa32bffada62659e750ab7d362802e (patch) | |
tree | 0389bff187011d1774d585abd22cf81b6671d831 /src/dbus-menu-manager.c | |
parent | a4637ac0f922a3df3e31c19a0a86eebb6a8b4994 (diff) | |
download | ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.tar.gz ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.tar.bz2 ayatana-indicator-sound-5f6cebbcfffa32bffada62659e750ab7d362802e.zip |
service signals and methods re worked plus removed dbus-menu-manager.c and h and moved what was needed into the sound-service-dbus
Diffstat (limited to 'src/dbus-menu-manager.c')
-rw-r--r-- | src/dbus-menu-manager.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/dbus-menu-manager.c b/src/dbus-menu-manager.c index 7de5844..2a2982e 100644 --- a/src/dbus-menu-manager.c +++ b/src/dbus-menu-manager.c @@ -157,21 +157,6 @@ void dbus_menu_manager_update_volume(gdouble volume) } -/** -show_sound_settings_dialog: -Bring up the gnome volume preferences dialog -**/ -static void show_sound_settings_dialog (DbusmenuMenuitem *mi, - gpointer user_data) -{ - GError * error = NULL; - if (!g_spawn_command_line_async("gnome-volume-control --page=applications", &error) && - !g_spawn_command_line_async("xfce4-mixer", &error)) - { - g_warning("Unable to show dialog: %s", error->message); - g_error_free(error); - } -} /** TODO: what are you doing with this |