ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.17,1.18


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.17,1.18
Date: Tue, 21 Jan 2003 09:59:48 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv9138/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
enabled yahoo group rename


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- yahoo.c     21 Jan 2003 12:01:23 -0000      1.17
+++ yahoo.c     21 Jan 2003 14:59:46 -0000      1.18
@@ -2015,7 +2015,7 @@
        }
 }
 
-void eb_yahoo_group_rename(gchar *old_group, gchar *new_group)
+void eb_yahoo_rename_group(gchar *old_group, gchar *new_group)
 {
        GList *node;
 
@@ -2548,7 +2548,7 @@
        sc->ignore_user                 = NULL;
        sc->unignore_user               = NULL;
        sc->change_group                = eb_yahoo_change_group;
-       /*sc->group_rename              = eb_yahoo_group_rename; */
+       sc->rename_group                = eb_yahoo_rename_group;
        sc->del_group                   = NULL;
 
        sc->is_suitable                 = NULL;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]