Agar-SVN | 18 Apr 2009 06:04
Favicon

Agar: r8110 - trunk/dev

Author: vedge
Date: 2009-04-18 01:04:46 -0300 (Sat, 18 Apr 2009)
New Revision: 8110

Modified:
   trunk/dev/screenshot.c
Log:
use BindIntMp()

Modified: trunk/dev/screenshot.c
===================================================================
--- trunk/dev/screenshot.c	2009-04-18 04:04:19 UTC (rev 8109)
+++ trunk/dev/screenshot.c	2009-04-18 04:04:46 UTC (rev 8110)
 <at>  <at>  -305,7 +305,7  <at>  <at> 
 		AG_WidgetFocus(hosttb);

 		num = AG_NumericalNew(vb, 0, "ms", _("Refresh rate: "));
-		AG_BindInt_MP(num, "value", &xmit_delay, &xmit_lock);
+		AG_BindIntMp(num, "value", &xmit_delay, &xmit_lock);
 		AG_NumericalSetRange(num, 1, 10000);

 		AG_TextboxPrintf(porttb, "%i", default_port);

Gmane