Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        desktops.c mod-misc.c 


Log Message:
IPC command "misc arrange" -> "desk arrange".

===================================================================
RCS file: /cvs/e/e16/e/src/desktops.c,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -3 -r1.251 -r1.252
--- desktops.c  8 Sep 2006 23:13:57 -0000       1.251
+++ desktops.c  19 Nov 2006 20:20:22 -0000      1.252
@@ -2781,6 +2781,10 @@
      {
        EwinsShowDesktop(!Mode.showing_desktop);
      }
+   else if (!strncmp(cmd, "arrange", 3))
+     {
+       ArrangeEwins(prm);
+     }
 }
 
 static void
@@ -2857,6 +2861,7 @@
     "  desk raise <d>       Raise desktop\n"
     "  desk dragbar pos     Set dragbar position\n"
     "  desk dragbar order   Set dragbar button order\n"
+    "  desk arrange         Arrange windows on desktop\"\n"
     "  desk clear           \"Show Desktop\"\n"}
    ,
    {
===================================================================
RCS file: /cvs/e/e16/e/src/mod-misc.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- mod-misc.c  29 Oct 2006 15:21:15 -0000      1.47
+++ mod-misc.c  19 Nov 2006 20:20:22 -0000      1.48
@@ -216,10 +216,6 @@
        else if (prm[0] == '\0')
           SettingsConfiguration();
      }
-   else if (!strncmp(cmd, "arrange", 3))
-     {
-       ArrangeEwins(prm);
-     }
 }
 
 static const IpcItem MiscIpcArray[] = {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to