comparison pidgin/gtkprefs.c @ 17049:5a308f09c871

ALSA Gstreamer sink. Mostly to see if this still crashes Luke.
author Sean Egan <seanegan@gmail.com>
date Tue, 22 May 2007 20:46:08 +0000
parents 06ee8064b3d0
children d8102e923bd1
comparison
equal deleted inserted replaced
17048:cc9242ce1435 17049:5a308f09c871
1600 PIDGIN_PREFS_ROOT "/sound/method", 1600 PIDGIN_PREFS_ROOT "/sound/method",
1601 _("Console beep"), "beep", 1601 _("Console beep"), "beep",
1602 #ifdef USE_GSTREAMER 1602 #ifdef USE_GSTREAMER
1603 _("Automatic"), "automatic", 1603 _("Automatic"), "automatic",
1604 "ESD", "esd", 1604 "ESD", "esd",
1605 "ALSA", "alsa",
1605 #endif 1606 #endif
1606 _("Command"), "custom", 1607 _("Command"), "custom",
1607 _("No sounds"), "none", 1608 _("No sounds"), "none",
1608 NULL); 1609 NULL);
1609 gtk_size_group_add_widget(sg, dd); 1610 gtk_size_group_add_widget(sg, dd);