Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        dialog.c ewmh.c settings.c 


Log Message:
Removed some more ";;"s.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/dialog.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- dialog.c    25 Jul 2004 09:34:43 -0000      1.91
+++ dialog.c    3 Aug 2004 17:37:44 -0000       1.92
@@ -295,7 +295,7 @@
    d->keybindings[d->num_bindings - 1].data = data;
    d->keybindings[d->num_bindings - 1].func = func;
    d->keybindings[d->num_bindings - 1].key =
-      XKeysymToKeycode(disp, XStringToKeysym(key));;
+      XKeysymToKeycode(disp, XStringToKeysym(key));
 }
 
 Dialog             *
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewmh.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- ewmh.c      4 Jul 2004 12:28:56 -0000       1.55
+++ ewmh.c      3 Aug 2004 17:37:45 -0000       1.56
@@ -194,7 +194,7 @@
 
    EDBUG(6, "EWMH_Init");
 
-   E_XA_UTF8_STRING = XInternAtom(disp, "UTF8_STRING", False);;
+   E_XA_UTF8_STRING = XInternAtom(disp, "UTF8_STRING", False);
 
    atom_count = 0;
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/settings.c,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -3 -r1.120 -r1.121
--- settings.c  25 Jul 2004 09:34:43 -0000      1.120
+++ settings.c  3 Aug 2004 17:37:45 -0000       1.121
@@ -3038,7 +3038,7 @@
          {
             BGSettingsGoTo(bglist[i - 1]);
             DesktopSetBg(desks.current, bglist[i - 1], 0);
-            break;;
+            break;
          }
      }
    if (bglist)




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to