Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e/src Modified Files: desktops.c Log Message: Dragbar direction change fix. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/src/desktops.c,v retrieving revision 1.117 retrieving revision 1.118 diff -u -3 -r1.117 -r1.118 --- desktops.c 29 Jan 2005 09:57:31 -0000 1.117 +++ desktops.c 29 Jan 2005 15:14:03 -0000 1.118 @@ -1462,7 +1462,7 @@ static void DeskDragdirSet(const char *params) { - int pd, i; + int pd; pd = Conf.desks.dragdir; @@ -1477,7 +1477,8 @@ if (pd != Conf.desks.dragdir) { - GotoDesktop(DesksGetCurrent()); + int i; + for (i = 0; i < Conf.desks.num; i++) MoveDesktop(i, 0, 0); DesksControlsRefresh(); ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs