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.1.1.1,1.2


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.1.1.1,1.2
Date: Fri, 27 Dec 2002 11:46:54 -0500

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

Modified Files:
        yahoo.c 
Log Message:
big commit, see ChangeLog


Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- yahoo.c     23 Dec 2002 22:05:07 -0000      1.1.1.1
+++ yahoo.c     27 Dec 2002 16:46:52 -0000      1.2
@@ -601,7 +601,7 @@
                if(!ylad->act_id)
                        ylad->act_id = i->identity;
                LOG(("got %s", i->identity));
-               snprintf(buff, sizeof(buff), "Yahoo: %s", i->identity);
+               snprintf(buff, sizeof(buff), "%s [Yahoo]", i->identity);
                i->tag = eb_add_menu_item(strdup(buff), EB_PROFILE_MENU, 
eb_yahoo_set_profile, ebmPROFILEDATA, i);
                identities = y_list_append(identities, i);
        }




reply via email to

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