Update of /cvsroot/gaim/gaim/src/protocols/gg
In directory usw-pr-cvs1:/tmp/cvs-serv20536/src/protocols/gg
Modified Files:
gg.c
Log Message:
oh
Index: gg.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/protocols/gg/gg.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gg.c 2001/11/06 23:58:21 1.8
+++ gg.c 2001/11/10 08:02:39 1.9
@@ -534,6 +534,8 @@
struct agg_data *gd = gc->proto_data = g_new0(struct agg_data, 1);
char buf[80];
+ gc->checkbox = _("Send as message");
+
gd->sess = g_new0(struct gg_session, 1);
if (user->proto_opt[USEROPT_NICK][0])
@@ -957,7 +959,6 @@
ret->protocol = PROTO_GADUGADU;
ret->options = 0;
ret->name = agg_name;
- ret->checkbox = _("Send as message");
ret->list_icon = agg_list_icon;
ret->away_states = agg_away_states;
ret->actions = agg_actions;
|