ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src chat_room.c,1.53,1.54


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_room.c,1.53,1.54
Date: Thu, 13 Mar 2003 06:24:19 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv26637/src

Modified Files:
        chat_room.c 
Log Message:
init_loginfo before calling module-specific code


Index: chat_room.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_room.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- chat_room.c 5 Mar 2003 15:17:27 -0000       1.53
+++ chat_room.c 13 Mar 2003 11:24:07 -0000      1.54
@@ -1143,11 +1143,9 @@
                return;
        }
        
+       init_loginfo(chat_room);
        RUN_SERVICE(chat_room->local_user)->join_chat_room(chat_room);
        gtk_widget_grab_focus(chat_room->entry);
-
-
-       init_loginfo(chat_room);
 }
 
 static void init_loginfo(eb_chat_room *chat_room)





reply via email to

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