Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/pager


Modified Files:
        e_mod_main.c 


Log Message:
Add return value.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -3 -r1.232 -r1.233
--- e_mod_main.c        11 Jan 2008 07:33:55 -0000      1.232
+++ e_mod_main.c        12 Jan 2008 08:00:13 -0000      1.233
@@ -1463,7 +1463,7 @@
      }
 
    pp = _pager_popup_find(zone);
-   if (!pp) return;
+   if (!pp) return 1;
    for (l = pp->pager->desks; l; l = l->next)
      {
        Pager_Desk *pd;
@@ -1515,7 +1515,7 @@
      }
 
    pp = _pager_popup_find(zone);
-   if (!pp) return;
+   if (!pp) return 1;
    for (l = pp->pager->desks; l; l = l->next)
      {
        Pager_Desk *pd;



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to