diff --git a/src/modules/battery/e_mod_main.c b/src/modules/battery/e_mod_main.c index a190e6bd6..22c2e4aac 100644 --- a/src/modules/battery/e_mod_main.c +++ b/src/modules/battery/e_mod_main.c @@ -80,9 +80,9 @@ e_modapi_init(E_Module *m) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Battery
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); e_dialog_title_set(dia, "Enlightenment Battery Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -136,21 +136,21 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Battery Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("A basic battery meter that uses either" - "ACPI or APM
" - "on Linux to monitor your battery and AC power adaptor
" - "status. This will work under Linux and FreeBSD and is only
" - "as accurate as your BIOS or kernel drivers.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Battery Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("A basic battery meter that uses either" + "ACPI or APM
" + "on Linux to monitor your battery and AC power adaptor
" + "status. This will work under Linux and FreeBSD and is only
" + "as accurate as your BIOS or kernel drivers.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ @@ -775,17 +775,18 @@ _battery_cb_check(void *data) { if (!ef->alarm_triggered) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Battery Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("Battery Running Low
Your battery is running low.
" - "You may wish to switch to an AC source.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Battery Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("Battery Running Low
" + "Your battery is running low.
" + "You may wish to switch to an AC source.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); } edje_object_signal_emit(face->bat_object, "pulse", ""); } diff --git a/src/modules/clock/e_mod_main.c b/src/modules/clock/e_mod_main.c index 3dc0f0ff6..a071d17ab 100644 --- a/src/modules/clock/e_mod_main.c +++ b/src/modules/clock/e_mod_main.c @@ -53,9 +53,9 @@ e_modapi_init(E_Module *module) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Clock
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, module->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, module->api->version); e_dialog_title_set(dia, "Enlightenment Clock Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -111,17 +111,17 @@ e_modapi_info(E_Module *module) int e_modapi_about(E_Module *module) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Clock Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("A simple module to give E17 a clock.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Clock Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("A simple module to give E17 a clock.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c index 88eef551b..e0da18e02 100644 --- a/src/modules/cpufreq/e_mod_main.c +++ b/src/modules/cpufreq/e_mod_main.c @@ -71,9 +71,9 @@ e_modapi_init(E_Module *module) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Cpufreq
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, module->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, module->api->version); e_dialog_title_set(dia, "Enlightenment Cpufreq Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -128,18 +128,18 @@ e_modapi_info(E_Module *module) int e_modapi_about(E_Module *module) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "CPU Frequency Controller Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("A simple module to control the frequency of the system CPU.
" - "This is especially useful to save power on laptops.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "CPU Frequency Controller Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("A simple module to control the frequency of the system CPU.
" + "This is especially useful to save power on laptops.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } static Cpufreq * @@ -326,7 +326,7 @@ _cpufreq_set_governor(Cpufreq *e, const char *governor) e_dialog_title_set(dia, "Enlightenment Cpufreq Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); e_dialog_text_set(dia, _("There was an error trying to set the cpu frequency
" - "governor via the module's setfreq utility.")); + "governor via the module's setfreq utility.")); e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); e_win_centered_set(dia->win, 1); e_dialog_show(dia); @@ -354,7 +354,7 @@ _cpufreq_set_frequency(Cpufreq *e, int frequency) e_dialog_title_set(dia, "Enlightenment Cpufreq Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); e_dialog_text_set(dia, _("There was an error trying to set the cpu frequency
" - "setting via the module's setfreq utility.")); + "setting via the module's setfreq utility.")); e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); e_win_centered_set(dia->win, 1); e_dialog_show(dia); diff --git a/src/modules/dropshadow/e_mod_main.c b/src/modules/dropshadow/e_mod_main.c index bac8691f4..d89cc92cb 100644 --- a/src/modules/dropshadow/e_mod_main.c +++ b/src/modules/dropshadow/e_mod_main.c @@ -104,9 +104,9 @@ e_modapi_init(E_Module *m) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Dropshadow
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); e_dialog_title_set(dia, "Enlightenment Dropshadow Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -200,19 +200,19 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Dropshadow Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("This is the dropshadow module that allows dropshadows to be cast
" - "on the desktop background - without special X-Server extensions
" - "or hardware acceleration.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Dropshadow Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("This is the dropshadow module that allows dropshadows to be cast
" + "on the desktop background - without special X-Server extensions
" + "or hardware acceleration.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index d4856fbfb..c62b58494 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -125,9 +125,9 @@ e_modapi_init(E_Module *m) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: IBar
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); e_dialog_title_set(dia, "Enlightenment IBar Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -181,20 +181,20 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment IBar Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("This is the IBar Application Launcher bar module for Enlightenment.
" - "It is a first example module and is being used to flesh out several
" - "interfaces in Enlightenment 0.17.0. It is under heavy development,
" - "so expect it to break often and change as it improves.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment IBar Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("This is the IBar Application Launcher bar module for Enlightenment.
" + "It is a first example module and is being used to flesh out several
" + "interfaces in Enlightenment 0.17.0. It is under heavy development,
" + "so expect it to break often and change as it improves.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ diff --git a/src/modules/ibox/e_mod_main.c b/src/modules/ibox/e_mod_main.c index aedfba8d1..dd050221f 100644 --- a/src/modules/ibox/e_mod_main.c +++ b/src/modules/ibox/e_mod_main.c @@ -107,9 +107,9 @@ e_modapi_init(E_Module *m) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: IBox
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); e_dialog_title_set(dia, "Enlightenment IBox Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -163,18 +163,18 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment IBox Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("This is the IBox Iconified Application module for Enlightenment.
" - "It will hold minimized applications")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment IBox Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("This is the IBox Iconified Application module for Enlightenment.
" + "It will hold minimized applications")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c index b6dbbb521..e6a4a2416 100644 --- a/src/modules/pager/e_mod_main.c +++ b/src/modules/pager/e_mod_main.c @@ -119,9 +119,9 @@ e_modapi_init(E_Module *module) if (!dia) return NULL; snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Pager
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, module->api->version); + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, module->api->version); e_dialog_title_set(dia, "Enlightenment Pager Module"); e_dialog_icon_set(dia, "enlightenment/e", 64); @@ -178,17 +178,17 @@ e_modapi_info(E_Module *module) int e_modapi_about(E_Module *module) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Pager Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("A pager module to navigate virtual desktops.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Pager Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("A pager module to navigate virtual desktops.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ diff --git a/src/modules/randr/e_mod_main.c b/src/modules/randr/e_mod_main.c index 8509c73a7..82a399dec 100644 --- a/src/modules/randr/e_mod_main.c +++ b/src/modules/randr/e_mod_main.c @@ -32,25 +32,26 @@ e_modapi_init(E_Module *m) { Randr *e; - if (m->api->version < E_MODULE_API_VERSION) { - E_Dialog *dia; - char buf[4096]; + if (m->api->version < E_MODULE_API_VERSION) + { + E_Dialog *dia; + char buf[4096]; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return NULL; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return NULL; - snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Randr
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Randr
" + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); - e_dialog_title_set(dia, "Enlightenment Randr Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, buf); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return NULL; + e_dialog_title_set(dia, "Enlightenment Randr Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, buf); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return NULL; } /* Create the button */ @@ -100,17 +101,17 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Randr Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("Module to change screen resolution for E17")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Randr Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("Module to change screen resolution for E17")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } static Randr * diff --git a/src/modules/start/e_mod_main.c b/src/modules/start/e_mod_main.c index 76df25a42..dfac77c6d 100644 --- a/src/modules/start/e_mod_main.c +++ b/src/modules/start/e_mod_main.c @@ -1,3 +1,6 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ #include "e.h" #include "e_mod_main.h" #include "e_int_menus.h" @@ -24,26 +27,27 @@ e_modapi_init(E_Module *m) { Start *e; - if (m->api->version < E_MODULE_API_VERSION) { - E_Dialog *dia; - char buf[4096]; + if (m->api->version < E_MODULE_API_VERSION) + { + E_Dialog *dia; + char buf[4096]; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return NULL; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return NULL; - snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Start
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Start
" + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); - e_dialog_title_set(dia, "Enlightenment Start Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, buf); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return NULL; - } + e_dialog_title_set(dia, "Enlightenment Start Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, buf); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return NULL; + } /* Create the button */ e = _start_new(); @@ -88,17 +92,17 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Start Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("Experimental Button module for E17")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Start Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("Experimental Button module for E17")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } static Start * diff --git a/src/modules/temperature/e_mod_main.c b/src/modules/temperature/e_mod_main.c index db1bf1569..5f8b7ca62 100644 --- a/src/modules/temperature/e_mod_main.c +++ b/src/modules/temperature/e_mod_main.c @@ -46,24 +46,24 @@ e_modapi_init(E_Module *m) /* check module api version */ if (m->api->version < E_MODULE_API_VERSION) { - E_Dialog *dia; - char buf[4096]; + E_Dialog *dia; + char buf[4096]; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return NULL; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return NULL; - snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Temperature
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Temperature
" + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); - e_dialog_title_set(dia, "Enlightenment Temperature Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, buf); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return NULL; + e_dialog_title_set(dia, "Enlightenment Temperature Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, buf); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return NULL; } /* actually init temperature */ e = _temperature_new(m); @@ -109,19 +109,19 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Temperature Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("A module to measure the ACPI Thermal sensor on Linux.
" - "It is especially useful for modern Laptops with high speed
" - "CPUs that generate a lot of heat.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Temperature Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("A module to measure the ACPI Thermal sensor on Linux.
" + "It is especially useful for modern Laptops with high speed
" + "CPUs that generate a lot of heat.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; } /* module private routines */ diff --git a/src/modules/test/e_mod_main.c b/src/modules/test/e_mod_main.c index ceadbc863..8844cf578 100644 --- a/src/modules/test/e_mod_main.c +++ b/src/modules/test/e_mod_main.c @@ -1,3 +1,6 @@ +/* + * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 + */ #include "e.h" #include "e_mod_main.h" @@ -6,24 +9,24 @@ e_modapi_init(E_Module *m) { if (m->api->version < E_MODULE_API_VERSION) { - E_Dialog *dia; - char buf[4096]; + E_Dialog *dia; + char buf[4096]; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return NULL; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return NULL; - snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Test
" - "It requires a minimum module API version of: %i.
" - "The module API advertized by Enlightenment is: %i.
"), - E_MODULE_API_VERSION, m->api->version); + snprintf(buf, sizeof(buf), _("Module API Error
Error initializing Module: Test
" + "It requires a minimum module API version of: %i.
" + "The module API advertized by Enlightenment is: %i.
"), + E_MODULE_API_VERSION, m->api->version); - e_dialog_title_set(dia, "Enlightenment Test Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, buf); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return NULL; + e_dialog_title_set(dia, "Enlightenment Test Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, buf); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return NULL; } { E_Menu *mn; @@ -73,17 +76,17 @@ e_modapi_info(E_Module *m) int e_modapi_about(E_Module *m) { - E_Dialog *dia; + E_Dialog *dia; - dia = e_dialog_new(e_container_current_get(e_manager_current_get())); - if (!dia) return 0; - e_dialog_title_set(dia, "Enlightenment Test Module"); - e_dialog_icon_set(dia, "enlightenment/e", 64); - e_dialog_text_set(dia, _("This module is VERY simple and is only used to test the basic
" - "interface of the Enlightenment 0.17.0 module system. Please
" - "ignore this module unless you are working on the module system.")); - e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); - e_win_centered_set(dia->win, 1); - e_dialog_show(dia); - return 1; + dia = e_dialog_new(e_container_current_get(e_manager_current_get())); + if (!dia) return 0; + e_dialog_title_set(dia, "Enlightenment Test Module"); + e_dialog_icon_set(dia, "enlightenment/e", 64); + e_dialog_text_set(dia, _("This module is VERY simple and is only used to test the basic
" + "interface of the Enlightenment 0.17.0 module system. Please
" + "ignore this module unless you are working on the module system.")); + e_dialog_button_add(dia, _("Ok"), NULL, NULL, NULL); + e_win_centered_set(dia->win, 1); + e_dialog_show(dia); + return 1; }