pidgin/pidgin-use-default-alsa.patch
Richard Rahl 5fb7f3c681 - update to 2.14.14:
* Update the date in COPYRIGHT as it was a few years behind
  * Add convey plans for Debian Trixie and Fedora 40
  * Fix incompatible pointer types for GtkItemFactoryCallbacks on gcc-14
  * Update the build image for the docs
  * Fix type mismatch with IOKit usage
  * Use the result of g_string_free(..., FALSE)
  * NSS: Load intermediate certificates from the server
  * Finally add proper support for italics on IRC
  * Fix some type conversion errors
  * Use raw strings for Python regular expressions
  * zephyr: Modernize K&R function prototypes
  * Fix invalid prototypes that will break with C23
  * Add the ability to run a custom command for signing the binaries
- attach a URL to the keyring

OBS-URL: https://build.opensuse.org/package/show/network:pidgin/pidgin?expand=0&rev=69
2025-01-31 14:11:32 +00:00

16 lines
605 B
Diff

---
pidgin/gtksound.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/pidgin/gtksound.c
+++ b/pidgin/gtksound.c
@@ -314,7 +314,7 @@ pidgin_sound_init(void)
purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/sound/conv_focus", TRUE);
purple_prefs_add_bool(PIDGIN_PREFS_ROOT "/sound/mute", FALSE);
purple_prefs_add_path(PIDGIN_PREFS_ROOT "/sound/command", "");
- purple_prefs_add_string(PIDGIN_PREFS_ROOT "/sound/method", "automatic");
+ purple_prefs_add_string(PIDGIN_PREFS_ROOT "/sound/method", "alsa");
purple_prefs_add_int(PIDGIN_PREFS_ROOT "/sound/volume", 50);
#ifdef USE_GSTREAMER