[Asterisk-cvs] asterisk/pbx pbx_gtkconsole.c,1.17,1.18
kpfleming at lists.digium.com
kpfleming at lists.digium.com
Thu Jun 23 22:32:41 CDT 2005
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.139,
1.140 chan_alsa.c, 1.44, 1.45 chan_features.c, 1.14,
1.15 chan_h323.c, 1.119, 1.120 chan_iax2.c, 1.312,
1.313 chan_local.c, 1.49, 1.50 chan_mgcp.c, 1.126,
1.127 chan_modem.c, 1.42, 1.43 chan_modem_aopen.c, 1.16,
1.17 chan_modem_bestdata.c, 1.17, 1.18 chan_modem_i4l.c, 1.28,
1.29 chan_nbs.c, 1.16, 1.17 chan_oss.c, 1.50,
1.51 chan_phone.c, 1.53, 1.54 chan_sip.c, 1.770,
1.771 chan_skinny.c, 1.82, 1.83 chan_vpb.c, 1.88,
1.89 chan_zap.c, 1.463, 1.464
- Next message: [Asterisk-cvs] asterisk/channels chan_zap.c,1.464,1.465
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/cvsroot/asterisk/pbx
In directory mongoose.digium.com:/tmp/cvs-serv24507/pbx
Modified Files:
pbx_gtkconsole.c
Log Message:
update to current loader API (bug #4574)
Index: pbx_gtkconsole.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_gtkconsole.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pbx_gtkconsole.c 6 Jun 2005 22:12:19 -0000 1.17
+++ pbx_gtkconsole.c 24 Jun 2005 02:33:14 -0000 1.18
@@ -264,7 +264,7 @@
gtk_widget_show(filew);
}
-static int add_mod(char *module, char *description, int usecount)
+static int add_mod(const char *module, const char *description, int usecount, const char *like)
{
char use[10];
char *pass[4];
@@ -288,7 +288,7 @@
}
gtk_clist_freeze(GTK_CLIST(modules));
gtk_clist_clear(GTK_CLIST(modules));
- ast_update_module_list(add_mod);
+ ast_update_module_list(add_mod, NULL);
if (module)
gtk_clist_select_row(GTK_CLIST(modules), gtk_clist_find_row_from_data(GTK_CLIST(modules), module), -1);
gtk_clist_thaw(GTK_CLIST(modules));
- Previous message: [Asterisk-cvs] asterisk/channels chan_agent.c, 1.139,
1.140 chan_alsa.c, 1.44, 1.45 chan_features.c, 1.14,
1.15 chan_h323.c, 1.119, 1.120 chan_iax2.c, 1.312,
1.313 chan_local.c, 1.49, 1.50 chan_mgcp.c, 1.126,
1.127 chan_modem.c, 1.42, 1.43 chan_modem_aopen.c, 1.16,
1.17 chan_modem_bestdata.c, 1.17, 1.18 chan_modem_i4l.c, 1.28,
1.29 chan_nbs.c, 1.16, 1.17 chan_oss.c, 1.50,
1.51 chan_phone.c, 1.53, 1.54 chan_sip.c, 1.770,
1.771 chan_skinny.c, 1.82, 1.83 chan_vpb.c, 1.88,
1.89 chan_zap.c, 1.463, 1.464
- Next message: [Asterisk-cvs] asterisk/channels chan_zap.c,1.464,1.465
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list