ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src status.c,1.77,1.78


From: Colin Leroy <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src status.c,1.77,1.78
Date: Tue, 25 Mar 2003 10:10:52 -0500

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

Modified Files:
        status.c 
Log Message:
paranoid checks


Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- status.c    25 Mar 2003 14:57:16 -0000      1.77
+++ status.c    25 Mar 2003 15:10:50 -0000      1.78
@@ -1978,7 +1978,8 @@
         {
                 int do_x = iGetLocalPref("x_contact_window");
                 int do_y = iGetLocalPref("y_contact_window");
-                gdk_window_move(statuswindow->window, do_x, do_y);
+               if ( do_x>0 && do_y >0)
+                       gdk_window_move(statuswindow->window, do_x, do_y);
         }
 
        update_contact_list ();





reply via email to

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