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.76,1.77


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src status.c,1.76,1.77
Date: Tue, 25 Mar 2003 09:57:18 -0500

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

Modified Files:
        status.c 
Log Message:


Window move code for braindead Window managers


Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- status.c    25 Mar 2003 14:34:09 -0000      1.76
+++ status.c    25 Mar 2003 14:57:16 -0000      1.77
@@ -1975,6 +1975,12 @@
 
        gtk_widget_show( statuswindow);
 
+        {
+                int do_x = iGetLocalPref("x_contact_window");
+                int do_y = iGetLocalPref("y_contact_window");
+                gdk_window_move(statuswindow->window, do_x, do_y);
+        }
+
        update_contact_list ();
 
        gtk_signal_connect(GTK_OBJECT(radioonline), "clicked",





reply via email to

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