Enlightenment CVS committal

Author  : moom
Project : e_modules
Module  : mixer

Dir     : e_modules/mixer


Modified Files:
        e_mod_main.c 


Log Message:
* printf--


===================================================================
RCS file: /cvs/e/e_modules/mixer/e_mod_main.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- e_mod_main.c        12 Sep 2006 21:10:03 -0000      1.39
+++ e_mod_main.c        12 Sep 2006 21:15:23 -0000      1.40
@@ -478,7 +478,6 @@
    ci = _mixer_config_item_get(inst->mixer, inst->gcc->id);
    if (!ci) return;
    
-   printf("PopUp\n");
    evas_object_geometry_get(inst->mixer->base, &ox, &oy, &ow, &oh); 
    
    if (!(win = inst->mixer->simple_win))
@@ -820,7 +819,6 @@
    ci = _mixer_config_item_get(mixer, mixer->inst->gcc->id);
    if (!ci) return;
 
-   printf("MuteCb\n");
    m = e_widget_check_checked_get(win->check);
    mixer->mix_sys->set_mute(ci->card_id, ci->channel_id, m);
    if (m) 
@@ -864,7 +862,6 @@
    
    if (!(win = data) || (win->slide_timer)) return 1;
    
-   printf("MouseDown\n");
    evas_event_feed_mouse_down(win->window->evas,
                               xev->button, EVAS_BUTTON_NONE,
                               xev->time, NULL);
@@ -889,7 +886,6 @@
    inside = E_INSIDE(xev->x, xev->y, win->window->x, win->window->y,
                      win->window->w, win->window->h);
    
-   printf("MouseUp\n");
    if ((xev->button == 1)/* && (!win->first_mouse_up)*/ && !inside)
      _mixer_window_simple_pop_down(win->mixer->inst);
    



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to