diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2006-07-02 18:55:33 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2006-07-02 18:55:33 +0000 |
commit | 17475003db82afa307493768afe85038c1a78e34 (patch) | |
tree | b3ecf3a55c40c1b484e6c1de19de60e321a9c94f /src/modules/cpufreq | |
parent | 165f5f2309f5801848d8141796482932efb3ccaf (diff) | |
download | enlightenment-17475003db82afa307493768afe85038c1a78e34.tar.gz |
Module about dialogs now show the module icon in the dialog, and the border.
Note: This breaks e_modules until I get them fixed.
SVN revision: 23660
Diffstat (limited to 'src/modules/cpufreq')
-rw-r--r-- | src/modules/cpufreq/e_mod_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c index ee8c9ae34a..45e4afe980 100644 --- a/src/modules/cpufreq/e_mod_main.c +++ b/src/modules/cpufreq/e_mod_main.c @@ -936,7 +936,7 @@ e_modapi_save(E_Module *m) EAPI int e_modapi_about(E_Module *m) { - e_module_dialog_show(_("CPU Frequency Controller Module"), + e_module_dialog_show(m, _("CPU Frequency Controller Module"), _("A simple module to control the frequency of the system CPU.<br>" "This is especially useful to save power on laptops.")); return 1; |