File paprefs-module-combine-sink.patch of Package paprefs
diff --git src/paprefs.cc src/paprefs.cc
index 21fdc95..5359bee 100644
--- src/paprefs.cc
+++ src/paprefs.cc
@@ -388,7 +388,7 @@ void MainWindow::writeToGConfCombine() {
gconf->change_set_commit(changeSet, true);
if (combineCheckButton->get_active()) {
- changeSet.set(PA_GCONF_PATH_MODULES"/combine/name0", Glib::ustring("module-combine"));
+ changeSet.set(PA_GCONF_PATH_MODULES"/combine/name0", Glib::ustring("module-combine-sink"));
changeSet.set(PA_GCONF_PATH_MODULES"/combine/args0", Glib::ustring(""));
changeSet.set(PA_GCONF_PATH_MODULES"/combine/enabled", true);