diff options
author | Giovanni Campagna <gcampagna@src.gnome.org> | 2012-10-19 20:25:44 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2012-11-27 11:35:29 +0100 |
commit | f1812b27074719c714be6b14043a539f96c2cc19 (patch) | |
tree | 86427cb70bff68787da132a2c2c57c60eb28d342 /.gitmodules | |
parent | 2dee0fd591c0897db779c0541f1153ce5854a455 (diff) | |
download | gnome-control-center-f1812b27074719c714be6b14043a539f96c2cc19.tar.gz |
Use libgnome-volume-control from a submodule
To be shared with gnome-settings-daemon and gnome-shell
https://bugzilla.gnome.org/show_bug.cgi?id=686488
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 992c00b32..a9208a062 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "egg-list-box"] path = egg-list-box url = git://git.gnome.org/egg-list-box + +[submodule "panels/sound/gvc"] + path = panels/sound/gvc + url = git://git.gnome.org/libgnome-volume-control |