ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.30,1.31


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/workwizu workwizu.c,1.30,1.31
Date: Wed, 26 Feb 2003 11:15:38 -0500

Update of /cvsroot/ayttm/ayttm/modules/workwizu
In directory subversions:/tmp/cvs-serv15428/modules/workwizu

Modified Files:
        workwizu.c 
Log Message:
release 0.2.2


Index: workwizu.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/workwizu/workwizu.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- workwizu.c  21 Feb 2003 11:47:56 -0000      1.30
+++ workwizu.c  26 Feb 2003 16:15:36 -0000      1.31
@@ -709,11 +709,10 @@
        
        reset_typing(GINT_TO_POINTER(wad->sock));
        
+       send_my_packet(wad->sock, CHAT, user->uid, send);
        if (!my_user->has_speak)
-               do_error_dialog(_("You aren't allowed to speak.\nThis message 
has probably not arrived."), 
+               do_error_dialog(_("You aren't allowed to speak.\nThis message 
has probably not arrived."),      
                                _("Workwizu Error"));
-       else
-               send_my_packet(wad->sock, CHAT, user->uid, send);
        g_free(send);
 }
 





reply via email to

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