Author: dannym
Date: 2009-01-11 19:36:07 +0000 (Sun, 11 Jan 2009)
New Revision: 29172

Modified:
   xfce4-mixer/branches/xfce_4_4/src/main.c
Log:
fix recurring 'handle_events'.

Modified: xfce4-mixer/branches/xfce_4_4/src/main.c
===================================================================
--- xfce4-mixer/branches/xfce_4_4/src/main.c    2009-01-11 19:34:53 UTC (rev 
29171)
+++ xfce4-mixer/branches/xfce_4_4/src/main.c    2009-01-11 19:36:07 UTC (rev 
29172)
@@ -38,7 +38,7 @@
 timer_vc_cb (gpointer data)
 {
        vc_handle_events ();
-       vol_changed_cb (NULL, NULL);
+       vol_changed_cb (NULL, VE_VALUE_CHANGED, NULL);
        return TRUE;
 }
 

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to