diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-30 17:14:33 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-11-30 17:16:21 +0800 |
commit | 0dca19234c147a94609c6659660e83135e765b9c (patch) | |
tree | a65de2c66b618717e085a188f8c3040503e749da /src | |
parent | ac0dab19efa8d17f3d7b0c9489a2d3ea06a00c6b (diff) | |
download | gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.tar gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.tar.gz gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.tar.bz2 gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.tar.lz gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.tar.xz gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.tar.zst gsoc2013-empathy-0dca19234c147a94609c6659660e83135e765b9c.zip |
move empathy-sound to empathy-sound-manager
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-call-window.c | 2 | ||||
-rw-r--r-- | src/empathy-chat-window.c | 2 | ||||
-rw-r--r-- | src/empathy-event-manager.c | 2 | ||||
-rw-r--r-- | src/empathy-main-window.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c index 00ea56728..4d2d99c27 100644 --- a/src/empathy-call-window.c +++ b/src/empathy-call-window.c @@ -44,7 +44,7 @@ #include <libempathy-gtk/empathy-audio-sink.h> #include <libempathy-gtk/empathy-video-src.h> #include <libempathy-gtk/empathy-ui-utils.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-images.h> diff --git a/src/empathy-chat-window.c b/src/empathy-chat-window.c index 6616a18d7..97514e63d 100644 --- a/src/empathy-chat-window.c +++ b/src/empathy-chat-window.c @@ -51,7 +51,7 @@ #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-geometry.h> #include <libempathy-gtk/empathy-smiley-manager.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include <libempathy-gtk/empathy-ui-utils.h> #include <libempathy-gtk/empathy-notify-manager.h> diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c index e40d1c25f..0877c2699 100644 --- a/src/empathy-event-manager.c +++ b/src/empathy-event-manager.c @@ -43,7 +43,7 @@ #include <libempathy-gtk/empathy-images.h> #include <libempathy-gtk/empathy-contact-dialogs.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include "empathy-event-manager.h" #include "empathy-main-window.h" diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index cdf0deddb..8b9661838 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -60,7 +60,7 @@ #include <libempathy-gtk/empathy-new-call-dialog.h> #include <libempathy-gtk/empathy-log-window.h> #include <libempathy-gtk/empathy-presence-chooser.h> -#include <libempathy-gtk/empathy-sound.h> +#include <libempathy-gtk/empathy-sound-manager.h> #include <libempathy-gtk/empathy-ui-utils.h> #include "empathy-accounts-dialog.h" |