ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src chat_window.c,1.39,1.40


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src chat_window.c,1.39,1.40
Date: Wed, 29 Jan 2003 12:22:38 -0500

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

Modified Files:
        chat_window.c 
Log Message:
10l


Index: chat_window.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/chat_window.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- chat_window.c       28 Jan 2003 09:27:05 -0000      1.39
+++ chat_window.c       29 Jan 2003 17:22:35 -0000      1.40
@@ -1998,7 +1998,7 @@
                                                          
GTK_SIGNAL_FUNC(allow_offline_callback),
                                                          cw);
                gtk_toolbar_append_space(GTK_TOOLBAR(toolbar));
-               
gtk_toggle_button_set_state(GTK_TOGGLE_BUTTON(cw->offline_button), FALSE);
+               cw_set_offline_active(cw, FALSE);
        }
 
        /* smileys */
@@ -2032,7 +2032,7 @@
        enableSoundButton |= iGetLocalPref("do_play_receive");
        enableSoundButton |= iGetLocalPref("do_play_first");
 
-       gtk_toggle_button_set_state( GTK_TOGGLE_BUTTON( cw->sound_button ), 
enableSoundButton );
+       cw_set_sound_active(cw, enableSoundButton);
 
        TOOLBAR_SEPARATOR();
        /*** MIZHI





reply via email to

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