[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a4f99cdaf59e45e3fa16746e0ae90039333bb158
englebass
englebass at alioth.debian.org
Fri Mar 21 14:51:32 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 4c8bab7cd3d3a86b253f7a06803ac6d2e10dfe00
Author: englebass <englebass>
Date: Wed Mar 12 10:03:30 2008 +0000
formatting
diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c
index 159e648..d9b14d7 100644
--- a/src/bin/e_actions.c
+++ b/src/bin/e_actions.c
@@ -304,7 +304,7 @@ ACT_FN_GO(window_kill)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_kill_dialog_ok (obj, NULL);
+ _e_actions_cb_kill_dialog_ok(obj, NULL);
return;
}
@@ -1583,7 +1583,7 @@ ACT_FN_GO(exit)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_exit_dialog_ok (NULL, NULL);
+ _e_actions_cb_exit_dialog_ok(NULL, NULL);
return;
}
@@ -1654,7 +1654,7 @@ ACT_FN_GO(logout)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_logout_dialog_ok (NULL, NULL);
+ _e_actions_cb_logout_dialog_ok(NULL, NULL);
return;
}
@@ -1713,7 +1713,7 @@ ACT_FN_GO(halt)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_halt_dialog_ok (NULL, NULL);
+ _e_actions_cb_halt_dialog_ok(NULL, NULL);
return;
}
@@ -1772,7 +1772,7 @@ ACT_FN_GO(reboot)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_reboot_dialog_ok (NULL, NULL);
+ _e_actions_cb_reboot_dialog_ok(NULL, NULL);
return;
}
@@ -1831,7 +1831,7 @@ ACT_FN_GO(suspend)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_suspend_dialog_ok (NULL, NULL);
+ _e_actions_cb_suspend_dialog_ok(NULL, NULL);
return;
}
@@ -1890,7 +1890,7 @@ ACT_FN_GO(hibernate)
if (e_config->cnfmdlg_disabled)
{
- _e_actions_cb_hibernate_dialog_ok (NULL, NULL);
+ _e_actions_cb_hibernate_dialog_ok(NULL, NULL);
return;
}
diff --git a/src/bin/e_font.c b/src/bin/e_font.c
index cc88c02..7900ada 100644
--- a/src/bin/e_font.c
+++ b/src/bin/e_font.c
@@ -310,7 +310,7 @@ e_font_fallback_append(const char *font)
{
E_Font_Fallback *eff;
- e_font_fallback_remove (font);
+ e_font_fallback_remove(font);
eff = E_NEW(E_Font_Fallback, 1);
eff->name = evas_stringshare_add(font);
@@ -322,7 +322,7 @@ e_font_fallback_prepend(const char *font)
{
E_Font_Fallback *eff;
- e_font_fallback_remove (font);
+ e_font_fallback_remove(font);
eff = E_NEW(E_Font_Fallback, 1);
eff->name = evas_stringshare_add(font);
--
Enlightenment 17
More information about the Pkg-e-commits
mailing list