|
From: <enl...@li...> - 2005-09-27 22:35:57
|
Enlightenment CVS committal
Author : sebastid
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_theme.h e_theme.c
Log Message:
About is in e_theme_about.{h,c}
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_theme.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_theme.h 2 Sep 2005 09:56:01 -0000 1.4
+++ e_theme.h 27 Sep 2005 22:35:51 -0000 1.5
@@ -16,7 +16,6 @@
EAPI void e_theme_config_set(const char *category, const char *file);
EAPI E_Config_Theme *e_theme_config_get(const char *category);
EAPI void e_theme_config_remove(const char *category);
-EAPI void e_theme_about(E_Zone *zone, const char *file);
EAPI Evas_List *e_theme_config_list(void);
#endif
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_theme.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_theme.c 30 Jul 2005 07:46:04 -0000 1.12
+++ e_theme.c 27 Sep 2005 22:35:51 -0000 1.13
@@ -318,16 +318,6 @@
return e_config->themes;
}
-void
-e_theme_about(E_Zone *zone, const char *file)
-{
- static E_Popup *pop = NULL;
-
- if (pop) return;
- pop = e_popup_new(zone, zone->w / 2, zone->h / 2, 1, 1);
- e_popup_show(pop);
-}
-
/* local subsystem functions */
static Evas_Bool
|