discomfitor pushed a commit to branch master.
commit 5b3408bb854e8e91560279209827e4ab9d1bdd4e
Author: Mike Blumenkrantz <[email protected]>
Date: Tue Jun 18 15:39:53 2013 +0100
s/E17/E18/
---
configure.ac | 2 +-
src/bin/e_alert_main.c | 12 ++++++------
src/bin/e_config.c | 2 +-
src/bin/e_configure_option.c | 4 ++--
src/bin/e_gadcon.c | 14 +++++++-------
src/bin/e_main.c | 4 ++--
src/bin/e_module.c | 4 ++--
src/bin/e_start_main.c | 2 +-
src/bin/e_theme.c | 2 +-
src/bin/e_xinerama.c | 4 ++--
10 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/configure.ac b/configure.ac
index d4a9241..c691214 100644
--- a/configure.ac
+++ b/configure.ac
@@ -618,7 +618,7 @@ AC_ARG_WITH(profile,
[profile=$withval])
AC_MSG_NOTICE([Enlightenment build profile set to $profile])
EDJE_DEF="-DLOWRES_PDA=1 -DMEDIUMRES_PDA=2 -DHIRES_PDA=3 -DSLOW_PC=4
-DMEDIUM_PC=5 -DFAST_PC=6"
-EDJE_DEF=$EDJE_DEF" -DE17_PROFILE"=$profile
+EDJE_DEF=$EDJE_DEF" -DE18_PROFILE"=$profile
AC_SUBST(EDJE_DEF)
AC_ARG_WITH(edje-cc,
diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c
index 1ce5a2b..ac95c92 100644
--- a/src/bin/e_alert_main.c
+++ b/src/bin/e_alert_main.c
@@ -88,7 +88,7 @@ main(int argc, char **argv)
fprintf(stderr, "exit_gdb: %i\n", exit_gdb);
- tmp = getenv("E17_TAINTED");
+ tmp = getenv("E18_TAINTED");
if (tmp && !strcmp(tmp, "NO"))
tainted = EINA_FALSE;
@@ -553,7 +553,7 @@ _e_alert_draw_text(void)
"on. We were not able to generate a backtrace, check \n"
"if your 'sysactions.conf' has an 'gdb' action line.\n"
"\n"
- "Please compile latest svn E17 and EFL with\n"
+ "Please compile latest svn E18 and EFL with\n"
"-g and -ggdb3 in your CFLAGS.\n");
}
else if (backtrace_str)
@@ -561,9 +561,9 @@ _e_alert_draw_text(void)
snprintf(msg, sizeof(msg),
"This is not meant to happen and is likely a sign of \n"
"a bug in Enlightenment or the libraries it relies \n"
- "on. You will find an backtrace of E17 (%d) in :\n"
+ "on. You will find an backtrace of E18 (%d) in :\n"
"'%s'\n"
- "Before reporting issue, compile latest E17 and EFL\n"
+ "Before reporting issue, compile latest E18 and EFL\n"
"from svn with '-g -ggdb3' in your CFLAGS.\n"
"You can then report this crash on :\n"
"http://trac.enlightenment.org/e/.\n",
@@ -579,7 +579,7 @@ _e_alert_draw_text(void)
"recover to try and get your desktop back the way \n"
"it was.\n"
"\n"
- "Please compile latest svn E17 and EFL with\n"
+ "Please compile latest svn E18 and EFL with\n"
"-g and -ggdb3 in your CFLAGS.\n", pid);
}
}
@@ -591,7 +591,7 @@ _e_alert_draw_text(void)
"modules; before reporting this issue, please\n"
"unload them and try to see if the bug is still\n"
"there. Also update to latest svn and be sure to\n"
- "compile E17 and EFL with -g and -ggdb3 in your CFLAGS");
+ "compile E18 and EFL with -g and -ggdb3 in your CFLAGS");
}
strcpy(warn, "");
diff --git a/src/bin/e_config.c b/src/bin/e_config.c
index 3a5519e..eed7b74 100644
--- a/src/bin/e_config.c
+++ b/src/bin/e_config.c
@@ -1,6 +1,6 @@
#include "e.h"
-#if ((E17_PROFILE >= LOWRES_PDA) && (E17_PROFILE <= HIRES_PDA))
+#if ((E18_PROFILE >= LOWRES_PDA) && (E18_PROFILE <= HIRES_PDA))
#define DEF_MENUCLICK 1.25
#else
#define DEF_MENUCLICK 0.25
diff --git a/src/bin/e_configure_option.c b/src/bin/e_configure_option.c
index 3af2cf9..12ff630 100644
--- a/src/bin/e_configure_option.c
+++ b/src/bin/e_configure_option.c
@@ -1945,7 +1945,7 @@ e_configure_option_init(void)
OPT_ADD(BOOL, xsettings.enabled, _("Enable GTK application settings"),
_("environment"), _("theme"), _("xsettings"));
co->funcs[1].none = co->funcs[0].none = e_xsettings_config_update;
- OPT_ADD(BOOL, xsettings.match_e17_theme, _("Try setting GTK theme to match
E17 theme"), _("environment"), _("theme"), _("xsettings"));
+ OPT_ADD(BOOL, xsettings.match_e17_theme, _("Try setting GTK theme to match
E18 theme"), _("environment"), _("theme"), _("xsettings"));
co->funcs[1].none = co->funcs[0].none = e_xsettings_config_update;
OPT_ADD(STR, xsettings.net_theme_name, _("GTK theme name"),
_("environment"), _("theme"), _("name"), _("xsettings"));
co->funcs[0].none = e_xsettings_config_update;
@@ -1961,7 +1961,7 @@ e_configure_option_init(void)
co->thumb_cb = _e_configure_icon_theme_thumb_cb;
co->event_type = E_EVENT_CONFIG_ICON_THEME;
OPT_ICON("preferences-desktop-theme");
- OPT_ADD(BOOL, icon_theme_overrides, _("Icon theme overrides E17 internal
theme icons"), _("environment"), _("image"), _("theme"), _("xsettings")); //
+ OPT_ADD(BOOL, icon_theme_overrides, _("Icon theme overrides E18 internal
theme icons"), _("environment"), _("image"), _("theme"), _("xsettings")); //
co->funcs[1].none = co->funcs[0].none = e_xsettings_config_update;
OPT_ADD(BOOL, exe_always_single_instance, _("Always launch applications as
single-instance"), _("exec"));
diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c
index 8f2a94b..ec32ab5 100644
--- a/src/bin/e_gadcon.c
+++ b/src/bin/e_gadcon.c
@@ -5540,7 +5540,7 @@ _e_gadcon_custom_populate_job(void *data __UNUSED__)
Eina_List *l, *ll;
E_Gadcon *gc;
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
static Eina_Bool first = EINA_TRUE;
if (first)
e_main_ts("gadcon custom populate idler start");
@@ -5567,14 +5567,14 @@ _e_gadcon_custom_populate_job(void *data __UNUSED__)
_e_gadcon_event_populate(gc);
}
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
if (first)
e_main_ts("gadcon custom populate idler end");
#endif
if (!custom_populate_requests)
{
custom_populate_job = NULL;
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
first = EINA_FALSE;
#endif
}
@@ -5587,7 +5587,7 @@ _e_gadcon_provider_populate_job(void *data __UNUSED__)
Eina_List *l;
E_Gadcon *gc;
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
static Eina_Bool first = EINA_TRUE;
if (first)
e_main_ts("gadcon populate idler start");
@@ -5603,7 +5603,7 @@ _e_gadcon_provider_populate_job(void *data __UNUSED__)
}
EINA_LIST_FREE(gc->populate_requests, cc)
{
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
if (first) e_main_ts(cc->name);
#endif
if (gc->populate_class.func)
@@ -5630,13 +5630,13 @@ _e_gadcon_provider_populate_job(void *data __UNUSED__)
if (x && _modules_loaded) _e_gadcon_event_populate(gc);
}
//out:
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
if (first)
e_main_ts("gadcon populate idler end");
#endif
populate_job = NULL;
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
first = EINA_FALSE;
#endif
}
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index cf049ee..5a10ffa 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -1132,7 +1132,7 @@ _e_main_shutdown(int errcode)
{
int i = 0;
- printf("E17: Begin Shutdown Procedure!\n");
+ printf("E18: Begin Shutdown Procedure!\n");
if (_idle_before) ecore_idle_enterer_del(_idle_before);
_idle_before = NULL;
@@ -1941,7 +1941,7 @@ _e_main_cb_idle_after(void *data __UNUSED__)
edje_freeze();
-#ifdef E17_RELEASE_BUILD
+#ifdef E18_RELEASE_BUILD
first_idle = 1;
if (first_idle)
{
diff --git a/src/bin/e_module.c b/src/bin/e_module.c
index 9de1968..fc901cb 100644
--- a/src/bin/e_module.c
+++ b/src/bin/e_module.c
@@ -759,7 +759,7 @@ _e_module_cb_idler(void *data __UNUSED__)
if (name) m = e_module_new(name);
if (m)
{
-#ifndef E17_RELEASE_BUILD
+#ifndef E18_RELEASE_BUILD
char buf[1024];
snprintf(buf, sizeof(buf), "DELAYED MODULE LOAD: %s", name);
e_main_ts(buf);
@@ -953,7 +953,7 @@ _e_module_whitelist_check(void)
ecore_x_window_prop_card32_set(ecore_x_window_root_first_get(),
_x_tainted, &_e_tainted, 1);
- e_env_set("E17_TAINTED", state);
+ e_env_set("E18_TAINTED", state);
}
if (eina_list_count(badl) != known)
diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c
index 17a1b4c..5ce220f 100644
--- a/src/bin/e_start_main.c
+++ b/src/bin/e_start_main.c
@@ -534,7 +534,7 @@ main(int argc, char **argv)
}
#ifdef HAVE_SYS_PTRACE_H
if (!really_know)
- /* E17 should be in pause, we can detach */
+ /* E18 should be in pause, we can detach */
ptrace(PT_DETACH, child, NULL, back);
#endif
/* And call gdb if available */
diff --git a/src/bin/e_theme.c b/src/bin/e_theme.c
index 7d12515..3ebcf76 100644
--- a/src/bin/e_theme.c
+++ b/src/bin/e_theme.c
@@ -327,7 +327,7 @@ e_theme_edje_icon_fallback_file_get(const char *group)
}
/*
- * this is used to set the theme for a CATEGORY of E17. "base" is always set
+ * this is used to set the theme for a CATEGORY of E18. "base" is always set
* to the default theme - because if a selected theme wants "base/theme", but
* does not provide theme elements, it can fall back to the default theme.
*
diff --git a/src/bin/e_xinerama.c b/src/bin/e_xinerama.c
index 4874657..56351c7 100644
--- a/src/bin/e_xinerama.c
+++ b/src/bin/e_xinerama.c
@@ -119,7 +119,7 @@ _e_xinerama_update(void)
{
E_Screen *screen;
- INF("E17 INIT: XINERAMA SCREEN: [%i][%i], %ix%i+%i+%i",
+ INF("E18 INIT: XINERAMA SCREEN: [%i][%i], %ix%i+%i+%i",
i, i, w, h, x, y);
/* add it to our list */
screen = E_NEW(E_Screen, 1);
@@ -180,7 +180,7 @@ _e_xinerama_update(void)
EINA_LIST_FOREACH(chosen_screens, l, scr)
{
scr->escreen = n;
- INF("E17 INIT: XINERAMA CHOSEN: [%i][%i], %ix%i+%i+%i",
+ INF("E18 INIT: XINERAMA CHOSEN: [%i][%i], %ix%i+%i+%i",
scr->screen, scr->escreen, scr->w, scr->h, scr->x, scr->y);
n++;
}
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev