View | Details | Raw Unified | Return to bug 309796
Collapse All | Expand All

(-)a/mixer/applet.c (-1 / +1 lines)
Lines 437-443 gnome_volume_applet_setup (GnomeVolumeApplet *applet, Link Here
437
437
438
  gnome_volume_applet_refresh (applet, TRUE);
438
  gnome_volume_applet_refresh (applet, TRUE);
439
  if (res) {
439
  if (res) {
440
    applet->timeout = g_timeout_add (100, cb_check, applet);
440
    applet->timeout = g_timeout_add_seconds (1, cb_check, applet);
441
  }
441
  }
442
442
443
  if (res) {
443
  if (res) {

Return to bug 309796