Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_profiles.c 


Log Message:
Formatting

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_profiles/e_int_config_profiles.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_int_config_profiles.c     13 Feb 2008 04:51:01 -0000      1.7
+++ e_int_config_profiles.c     12 Mar 2008 10:16:00 -0000      1.8
@@ -122,7 +122,7 @@
    e_widget_ilist_clear(cfdata->o_list);
    e_widget_ilist_go(cfdata->o_list);
    
-   cur_profile = e_config_profile_get ();
+   cur_profile = e_config_profile_get();
    for (l = e_config_profile_list(); l; l = l->next) 
      {
        Evas_Object *ob;
@@ -153,7 +153,7 @@
    cfdata = data;
    if (!cfdata) return;
    
-   cur_profile = e_config_profile_get ();
+   cur_profile = e_config_profile_get();
    if (!strcmp (cur_profile, cfdata->sel_profile))
      {
    e_widget_disabled_set(cfdata->o_select, 1);
@@ -175,7 +175,7 @@
    if (!cfdata) return;
 
    if (cfdata->dia_new_profile)
-     e_win_raise (cfdata->dia_new_profile->win);
+     e_win_raise(cfdata->dia_new_profile->win);
    else 
      cfdata->dia_new_profile = _dia_new_profile(cfdata);
 }
@@ -189,10 +189,10 @@
    cfdata = data;
    if (!cfdata) return;
 
-   e_config_save_flush ();
-   e_config_profile_set (cfdata->sel_profile);
-   e_config_profile_save ();
-   e_config_save_block_set (1);
+   e_config_save_flush();
+   e_config_profile_set(cfdata->sel_profile);
+   e_config_profile_save();
+   e_config_save_block_set(1);
 
    a = e_action_find("restart");
    if ((a) && (a->func.go)) a->func.go(NULL, NULL);
@@ -225,7 +225,7 @@
    d = data;
    if (!data) return;
 
-   e_config_profile_del (d->cfdata->sel_profile);
+   e_config_profile_del(d->cfdata->sel_profile);
    e_config_save_queue();
    _ilist_fill(d->cfdata);
 }
@@ -316,17 +316,17 @@
    cfdata = data;
    if (!cfdata) return;
    
-   snprintf (cur_profile, sizeof (cur_profile), "%s", e_config_profile_get ());
+   snprintf(cur_profile, sizeof (cur_profile), "%s", e_config_profile_get());
 
    if (cfdata->new_profile)
      {
-   e_config_profile_add(cfdata->new_profile);
-   if (cfdata->new_profile_type)
-     {
-   e_config_profile_set (cfdata->new_profile);
-   e_config_save();
-   e_config_profile_set (cur_profile);
-     }
+       e_config_profile_add(cfdata->new_profile);
+       if (cfdata->new_profile_type)
+         {
+            e_config_profile_set(cfdata->new_profile);
+            e_config_save();
+            e_config_profile_set(cur_profile);
+         }
      }
 
    e_object_unref(E_OBJECT(dia));



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to